Golang runtime: main_init_done can race with cgocall, yielding partially initialized (user) packages

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

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

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

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

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

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

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

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

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

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

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)

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

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

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?

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

I have written a test case that reproduces this issue. Object mapper configuration:` private ObjectMapperAccess() { ...

Apache Dubbo [Bug] NacosNamingServiceUtilsTest needs to be fixed

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

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)

Describe the featureExtend AutoMigrate to scan Schema/Model changes, generate SQL migration scripts automatically, and w...

Spring Security Incorrect scope map fix

Describe the bugScope mapping handling changed with https://github.com/spring-projects/spring-security/issues/12112.http...
上一页 下一页
.