Golang encoding/xml: support for XML namespace prefixes

Marshal-ing data back to XML does not seem to support namespace prefixes.. For example:https://play.golang.org/p/6CY71H...

Golang proposal: cmd/go: warn if module uses features from next version of Go

Proposal Details// go.mod module testgo 1.20// main.gopackage mainimport ( "fmt" "go/types&q...

Golang proposal: cmd/compile: align all the global variables to cache line size boundaries

Proposal DetailsThe issueGo compiler / linker packs tightly global variables, so multiple global variables can be put in...

Golang runtime: netpoll throw: break fd ready for something unexpected

Go versiongo version go1.21.6 linux/armOutput of go env in your module/workspace:GO111MODULE=''GOARCH='arm'GOBIN=''GOCAC...

Golang cmd/compile/internal/amd64: TestGoAMD64v1 failures

#!watchflakesdefault <- pkg == "cmd/compile/internal/amd64" && test == "TestGoAMD64v1"Iss...

Golang proposal: reflect: add generic type arg info to reflect.Type

I'm not sure if this has been discussed already (I couldn't find a prior issue), but currently reflect.Type has no dire...

Golang x/tools/gopls: macOS kernel panic after heavy file IO

Go versiongo version go1.22.12 darwin/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN='...

Golang cmd/cgo: segmentation violation with -race, only on one machine

Go versiongo version go1.24.4 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...

Golang x/website/tour: add exercise for generics chapter

Proposal DetailsI recently completed the Tour of Go and noticed that the last page of the generics section suggests addi...

Golang runtime: 6.16% regression in PendingDemotion10000-72 sec/op on linux/arm64 at bfc2095

Discovered a regression in sec/op of 6.16% for benchmark PendingDemotion10000-72 at bfc2095.CC @thepudds @prattmic This ...

Golang runtime: SIGSEGV on nil pointer in mheap.freeManual

Go version1.23.8Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''GOCACHE='/home/kris/.cache...

Pandas BUG: explode() converts timestamps at millisecond resolution in DatetimeIndex to nanosecond resolution

Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...

Pandas RLS: 2.3

Release Date: ???Features:[ ] Non-breaking PDEP-14 implementation https://github.com/pandas-dev/pandas/pull/58551:[ ] ht...

Pandas QST: Subject: User Experience Issue - NumPy Types in DataFrame Results Breaking Readability

Research[x] I have searched the [pandas] tag on StackOverflow for similar questions.[x] I have asked my usage related qu...

Pandas Support for Storing and Retrieving Complex Data Types (e.g., Embeddings) in Pandas DataFrames

Feature Type[x] Adding new functionality to pandas[x] Changing existing functionality in pandas[x] Removing existing fun...

Keras MLX Backend

Issue for tracking and coordinating mlx backend work: mlx.math[ ] fft [ ] fft2[ ] rfft[ ] irfft[ ] stft[ ] istft [x] log...

Jackson Core Fill in missing Stream/Json/Read/WriteFeatures on wiki

So: we have 4 sections:https://github.com/FasterXML/jackson-core/wiki/StreamReadFeatures (DONE)https://github.com/Faster...

Apache Superset "Embed dashboard" option does not appear in the dashboard menu

Bug descriptionSummaryThe "Embed dashboard" option does not appear in the dashboard menu, even after enabling all necess...

Apache Dubbo 关于整合 org.springframework.security:spring-security-oauth2-authorization-server:1.0.0 jackson序列化 Instant 类型问题

[ ] I have searched the issues of this repository and believe that this is not a duplicate.EnvironmentDubbo version: 3.2...

Spring AI ollama+mcp不能流返回

1、配置文件spring: ai: openai: base-url: http://192.168.1.123:11434 chat: options: model: qwen2...
上一页 下一页
.