Aurora Blog
Home
Golang runtime: main_init_done can race with cgocall, yielding partially initialized (user) packages
2025-07-20 14:02:24
11866
Go versiongo version go1.22.3 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...
Golang proposal: encoding/json/v2: add HasOption and decompose GetOption
2025-07-20 14:02:22
1025
Proposal DetailsIn the json/v2 API proposal (#71497), it is currently proposed that we add:// GetOption returns the valu...
Golang math: defined constants are about 210 bits instead of allowed 256 bits mantissa
2025-07-20 14:02:20
5372
Go versionall so farOutput of go env in your module/workspace:n/aWhat did you do?Looked at/used math.Pihttps://cs.openso...
Golang proposal: net/http: Upgrade http2 from not *tls.Conn
2025-07-20 14:02:18
1383
Proposal DetailsI'm create a tls fork for kernel provided tls.But net/http requires a *tls.Conn to upgrade TLSNextProtos...
Golang x/exp/trace: gen.bash depends on GNU's sed, fails with BSD's
2025-07-20 14:02:16
2861
Go versiongo version devel go1.23-06feff6279 Tue Jul 2 15:36:40 2024 -0700 darwin/arm64 [CL 596355 PS 1, parent is f12ac...
Golang x/tools/txtar: implement fs.FS
2025-07-20 14:02:14
12811
The implementation would be pretty simple, and it would let you use txtar format for templates and http.FileServers. Com...
Golang cmd/cover: cover uses /tmp but ubuntu 22.04 Firefox now won't access /tmp
2025-07-20 14:02:12
4383
Go versiongo version go1.21.11 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''...
Golang windows: executable with "update" in filename requires admin rights on Windows, regardless of Go version or build environment
2025-07-20 14:02:10
3902
Go versiongo1.20.14.windows、go1.22.3.windows and so onOutput of go env in your module/workspace:set GO111MODULE=set GOAR...
Golang cmd/pprof: weblist shows wrong assembly instructions in annotated code when cross compiling for ARMv7
2025-07-20 14:02:02
5078
What version of Go are you using (go version)?$ go versiongo version go1.24.5 linux/amd64Does this issue reproduce with ...
Golang runtime/trace: set the v2 tracer as the default tracer
2025-07-20 14:01:56
785
After the execution tracer overhaul described in #60773 is complete, we should make the v2 tracer the default version. T...
Viper AutomaticEnv does not seem to pull ENV anymore. Broken since 1.19.0, working in 1.18.0
2025-07-20 14:01:52
10822
Preflight Checklist[X] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
Pandas TRACKER: new default String dtype (pyarrow-backed, numpy NaN semantics)
2025-07-20 14:01:47
17760
Overview of work for the future string dtype (PDEP-14).Main implementation:- [x] Implement the object-dtype based fallba...
Pandas BUG:float_precision type hints differ in release version from github and docs pandas==2.3.1
2025-07-20 14:01:30
3525
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas DOC: Clarify to_numeric behavior for numeric dtypes
2025-07-20 14:01:28
1084
Pandas version checks[x] I have checked that the issue still exists on the latest versions of the docs on main hereLocat...
Gin why does this print log in console?
2025-07-20 14:01:21
72
errors.goI have the error handler middleware,but it print log in console
Jackson Databind Cannot deserialize Throwables with Jackson databind 2.9.4 using @JsonIdentityInfo
2025-07-20 14:01:16
9367
I have written a test case that reproduces this issue. Object mapper configuration:` private ObjectMapperAccess() { ...
Apache Dubbo [Bug] NacosNamingServiceUtilsTest needs to be fixed
2025-07-20 14:01:04
3327
Pre-check[x] I am sure that all the content I provide is in English.Search before asking[x] I had searched in the issues...
Gorm How to make Gorm AutoUpdateTime work with BulkUpsert
2025-07-20 14:00:58
865
Your QuestionI am using gorm's AutoUpdateTime in my struct against a time field. I am using BulkUpsert operation to upda...
Gorm Production ready Database migration management (Make AutoMigrate production suitable)
2025-07-20 14:00:56
3728
Describe the featureExtend AutoMigrate to scan Schema/Model changes, generate SQL migration scripts automatically, and w...
Spring Security Incorrect scope map fix
2025-07-20 14:00:50
5461
Describe the bugScope mapping handling changed with https://github.com/spring-projects/spring-security/issues/12112.http...
上一页
下一页
1
…
148
149
150
151
152
…
324
.