Aurora Blog
Home
Golang cmd/go: add -tests to list of vet checks run by "go test"
2025-08-10 14:01:39
6780
What version of Go are you using (go version)?go 1.15.8What did you do?I resturctured my test TestXXX as an example Exam...
Golang proposal: spec: partial type inference when only some type params can be inferred
2025-08-10 14:01:37
519
Proposal DetailsSupport partial type inference for cases where some type params can't be inferred, for instance:Foo[,U](...
Golang crypto/tls: add Extensions to ClientHelloInfo
2025-08-10 14:01:33
14187
Similar https://github.com/awslabs/s2n/issues/607, Having access to raw ClientHello can be useful for fingerprinting cli...
Golang proposal: runtime/pprof: add detailed, per-goroutine versions of debug=0,1 goroutine profiles
2025-08-10 14:01:28
7155
Inspecting individual goroutines and their states is a critical debugging tool in some situations, but the STW pauses of...
Golang os/exec: TestCancelErrors/killed_after_error failures
2025-08-10 14:01:24
3170
#!watchflakesdefault <- pkg == "os/exec" && test == "TestCancelErrors/killed_after_error"...
Golang net/http: the server-side parse form returns inaccurate error
2025-08-10 14:01:22
1324
Go versiongo1.24.6Output of go env in your module/workspace:GOVERSION="go1.24.6"What did you do?Run the follow...
Pandas BLD: Drop Python 3.10 support
2025-08-10 14:01:16
6346
Research[X] I have searched the [pandas] tag on StackOverflow for similar questions.[X] I have asked my usage related qu...
Apache Superset Calendar Heatmap day offset
2025-08-10 14:01:01
7822
Bug descriptionthe problem has already been discussed in https://github.com/apache/superset/pull/24989but the problem is...
Apache Superset Can't update datasets with duplicated names
2025-08-10 14:00:51
6182
Datasets can not be updated when they point to different tables that have the same name.How to reproduce the bugGo to Da...
Apache Superset Table View error: getPaginationModel(): currentPage shouldn't be greater than totalPages
2025-08-10 14:00:48
2732
Bug descriptionOn Mixed Chart click "View as Table"Paginate to the last pageInput some text into search bar, not present...
Apache Superset Order of secondary heatmap axis varies based on data (started in 4.1)
2025-08-10 14:00:43
2573
Bug descriptionOriginally filed as https://github.com/apache/superset/issues/33105 but as a two-part issue which made it...
Spring AI Support for Claude Code CLI as a ChatModel provider
2025-08-10 14:00:19
1208
Hi Spring AI team!I'm working on a project that uses Spring AI for various AI integrations (TTS, STT, chat models). Curr...
Golang os, syscall: volume handles with FILE_FLAG_OVERLAPPED fail when calling ReadAt
2025-08-09 14:05:55
3817
Go versiongo1.25rc3 windows/amd64Output of go env in your module/workspace:set AR=arset CC=gccset CGO_CFLAGS=-O2 -gset C...
Golang proposal: archive/tar: support zero-copy reading/writing
2025-08-09 14:05:53
10167
Proposal Detailsthe container ecosystem (podman,docker) spends its days creating and consuming huge .tar files. There is...
Golang crypto/internal/fips140/rsa: Requires a panic if self-tests fail
2025-08-09 14:05:49
265
Shouldn't this PCT failure result in a panic (at least in scope of key generation) to enter FIPS error state?https://git...
Golang x/tools/gopls: v0.16.1 breaking omnifunc completion in neovim
2025-08-09 14:05:34
18676
gopls versionBuild info----------golang.org/x/tools/gopls v0.16.1 golang.org/x/tools/gopls@v0.16.1 h1:1hO/dCeUvjEYx3V...
Golang os: make use of pidfd for linux
2025-08-09 14:05:24
10023
Based on a discussion in #51246 (in particular, https://github.com/golang/go/issues/51246#issuecomment-1050117436), this...
Golang time: TestAdjustTimers failures
2025-08-09 14:05:22
658
#!watchflakesdefault <- pkg == "time" && test == "TestAdjustTimers"Issue created automati...
Golang x/benchmarks/sweet/cmd/sweet: TestSweetEndToEnd failures
2025-08-09 14:05:12
23164
#!watchflakesdefault <- pkg == "golang.org/x/benchmarks/sweet/cmd/sweet" && test == "TestSweet...
Golang proposal: unicode/utf8: provide generic versions of all functions
2025-08-09 14:05:06
6577
I'm trying to a write a generic function that operates on either string | []byte. However, I'm unable to do so since the...
上一页
下一页
1
…
41
42
43
44
45
…
283
.