Aurora Blog
Home
Golang bufio: NewScanner(file).Scan() not setting error when file is already closed
2025-07-03 14:04:03
4058
Go versiongo version go1.22.0 darwin/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''...
Golang x/tools/gopls: release version v0.16.1
2025-07-03 14:04:01
411
This issue tracks progress toward releasing gopls@v0.16.1[x] create or update gopls-release-branch.0.16[x] update go.mod...
Golang net/http: h2_bundle.go (fatal error: concurrent map iteration and map write)
2025-07-03 14:03:57
5703
Go versiongo version go1.23.5 darwin/arm64Output of go env in your module/workspace:GO111MODULE='on'GOARCH='arm64'GOBIN=...
Golang x/tools/gopls: make Hover display std version information
2025-07-03 14:03:51
2912
While solving https://github.com/golang/go/issues/46136 by adding a new analyzers, stdversion, we created an internal he...
Golang proposal: cmd/compile: optimization for single-method interfaces
2025-07-03 14:03:49
2273
Proposal DetailsIt occurs to me that interfaces with single methods are ~isomorphic with passing funcs. Where one can pa...
Golang x/tools/gopls: add telemetry counters that will help with the v0.17.0 release
2025-07-03 14:03:47
1183
In the v0.17.0 release, we are planning a couple decisions that could benefit from more information:6782165917We should ...
Golang net/http/h2_bundle.go (fatal error: concurrent map iteration and map write)
2025-07-03 14:03:45
4602
Go versiongo version go1.23.5 darwin/arm64Output of go env in your module/workspace:GO111MODULE='on'GOARCH='arm64'GOBIN=...
Golang context: canceling a context should clear the timeout in nodejs
2025-07-03 14:03:44
7217
What version of Go are you using (go version)?$ go versiongo version go1.23.6 linux/amd64Does this issue reproduce with ...
Golang x/crypto/ocsp: create OCSP request without issuer certificate
2025-07-03 14:03:42
2924
What version of Go are you using (go version)?$ go versiongo version go1.17.2 darwin/arm64x/crypto version: v0.0.0-20210...
Golang x/tools/gopls/internal/analysis/simplifyrange: adapt for go1.23 range over func
2025-07-03 14:03:32
1065
When it sees for _ = range x { ... }, the simplifyrange analyzer in gopls offers a suggested fix to remove the _ = part....
Golang x/build/cmd/relui: improve security release automation
2025-07-03 14:03:30
1139
Doing a security release involves quite a bit of manual work from the release coordinator. For an initial cut, let's see...
Golang proposal: x/crypto/acme: add RetryAfter field to Authorization object returned by GetAuthorization
2025-07-03 14:03:26
664
Proposal DetailsWhen using WaitAuthorization is not practical due to its blocking, for example in Kubernetes controllers...
Golang cmd/go: add (or make explicit) tests for ambiguous imports in module mode
2025-07-03 14:03:16
10912
What version of Go are you using (go version)?$ go versiongo version go1.11.2 darwin/amd64Does this issue reproduce with...
Golang cmd/go: go mod mvs: explain MVS selection
2025-07-03 14:03:14
3113
Actually, I'm not sure if it should be go mod mvs, some different subcommand, or rolled into something like go mod why. ...
Pandas BUG: StringDtype objects from pandas <2.3.0 cannot be reliably unpickled in 2.3.0.
2025-07-03 14:03:06
3429
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas BUG: "Python int too large" in maybe_convert_objects with numpy 1.26
2025-07-03 14:03:03
10010
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG/API: preserve dtype in Index append()
2025-07-03 14:03:00
1213
If you combine two Index objects using append, if they are both object dtype to start with, it seems we still infer the ...
Pandas BUG: Incorrect logical operation between pandas dataframe and series
2025-07-03 14:02:59
4837
Pandas version checks[X] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas BUG: read_csv() : inconsistent dtype and content parsing.
2025-07-03 14:02:56
11188
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas ENH: Restore the functionality of .fillna
2025-07-03 14:02:55
6524
Feature Type[ ] Adding new functionality to pandas[X] Changing existing functionality in pandas[ ] Removing existing fun...
上一页
下一页
1
…
208
209
210
211
212
…
334
.