Aurora Blog
Home
Spring Remove maxDuration/maxElapsedTime support from RetryPolicy
2025-07-02 14:00:11
993
OverviewWhen the core retry functionality was introduced (see #34716), it had a built-in MaxRetryDurationPolicy. In #350...
Golang cmd/compile: incorrect result for recursion with mutated global variable
2025-07-01 14:04:56
1953
Go versiongo version go1.24.1 linux/amd64 Output of go env in your module/workspace:go envAR='ar'CC='gcc'CGO_CFLAGS='-O...
Golang x/crypto/acme: TestWithPebble/TLSALPN01-Issuance failures
2025-07-01 14:04:40
5879
#!watchflakesdefault <- pkg == "golang.org/x/crypto/acme" && test == "TestWithPebble/TLSALPN01...
Golang x/crypto/ssh/test: TestDialUnix failures
2025-07-01 14:04:31
24116
#!watchflakesdefault <- pkg == "golang.org/x/crypto/ssh/test" && test == "TestDialUnix"Is...
Golang x/tools/gopls: disable code actions from gopls
2025-07-01 14:04:26
10068
gopls versionBuild info----------golang.org/x/tools/gopls v0.16.1 golang.org/x/tools/gopls@v0.16.1 h1:1hO/dCeUvjEYx3V...
Golang runtime: checkptr doesn't validate unsafe.Add function calls
2025-07-01 14:04:20
5096
Go versiongo version go1.24.4 darwin/arm64Output of go env in your module/workspace:AR='ar'CC='cc'CGO_CFLAGS='-O2 -g'CGO...
Golang proposal: spec: add a new type constraint (called zeroed) and allow it in type assertions
2025-07-01 14:04:12
34580
This is yet another attempt to address the issue of comparing zero values, providing a shorthand for the creation of the...
Golang x/tools/gopls: Definition: crash on [unsafe.Pointer] doc link
2025-07-01 14:04:10
2400
#!stacks"sigpanic" && "token.(*File).Name" && "mapPosition:+2" && ...
Golang runtime:cpu4: TestGdbPanic failures
2025-07-01 14:04:08
1059
#!watchflakesdefault <- pkg == "runtime:cpu4" && test == "TestGdbPanic"Issue created auto...
Golang cmd/go: TestScript/cover_coverpkg_partial failures
2025-07-01 14:04:05
4103
#!watchflakesdefault <- pkg == "cmd/go" && test == "TestScript/cover_coverpkg_partial"Iss...
Golang os/exec: CommandContext should return "context canceled" when the context is canceled
2025-07-01 14:03:51
4019
Go versiongo version go1.23.0 darwin/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''...
Golang x/crypto/ssh/test: TestDialTCP failures
2025-07-01 14:03:49
20216
#!watchflakesdefault <- pkg == "golang.org/x/crypto/ssh/test" && test == "TestDialTCP"Iss...
Golang x/crypto/acme: add integration tests with pebble
2025-07-01 14:03:43
1878
The x/crypto/acme package implements RFC 8555 and associated ACME specifications. Presently it has unit test coverage, b...
Golang x/pkgsite: package removal request for [https://pkg.go.dev/github.com/pikaphu/gin]
2025-07-01 14:03:39
410
What is the path of the package that you would like to have removed?https://pkg.go.dev/github.com/pikaphu/ginAre you the...
Golang runtime: segfaults in runtime.(*unwinder).next
2025-07-01 14:03:37
38779
At Datadog, we've seen segfaults during runtime.(*unwinder).next. The programs are on Linux, running arm64 (in all the e...
Golang x/pkgsite: package removal request for [https://pkg.go.dev/github.com/pikaphu/gin]
2025-07-01 14:03:35
164
I created this package but removed the git repo long ago, so I can't retract it.Please remove this package https://pkg.g...
Pandas PERF: Arrow dtypes are much slower than Numpy for DataFrame.apply
2025-07-01 14:03:13
3986
The same code with DataFrame.apply is >4x slower when the data is in Arrow dtypes versus Numpy.Pandas version checks[...
Pandas ENH: Copy attrs on join (possibly depending on left, right, etc.)
2025-07-01 14:03:03
5771
Feature Type[ ] Adding new functionality to pandas[X] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas Misleading error message when PyTables is not installed
2025-07-01 14:03:01
5608
I tried reading an hd5 file with the latest pandas and got this import error:ImportError: Missing optional dependency 'p...
Pandas CLN: references/tests for item_cache
2025-07-01 14:02:55
275
test_to_dict_of_blocks_item_cache is about _item_cache invalidation, but IIRC we got rid of that cache a while back. gr...
上一页
下一页
1
…
213
214
215
216
217
…
334
.