Aurora Blog
Home
Gin 404 - github.com/ugorji/go/codec
2025-07-13 14:00:57
670
I took a look and Gin imports github.com/ugorji/go/codec but it seems to be offline.require ( github.com/bytedance/so...
Jackson Databind For multiple constructors, treat a single-arg record constructor as if it were a multiple-arg constructor with @JsonProperty annotations
2025-07-13 14:00:51
3558
Is your feature request related to a problem? Please describe.JacksonRecordConstructorExample.java.zipI need to deserial...
Gorm about use select and distinct
2025-07-13 14:00:29
2429
Your QuestionTitle: Inconsistent Behavior of Distinct with and without Parameters in GORMDescription:I've noticed some i...
Spring Introduce ContextRestartedEvent as a subtype of ContextStartedEvent
2025-07-13 14:00:15
839
While working on #35168, I noticed that there is currently no way to differentiate between an ApplicationContext start a...
Spring Redis persists the restore issue
2025-07-13 14:00:08
425
Condition:1. Use Redis to persist the component.2. Use hot deployment.3. Use the enumeration class as the state generic ...
Golang x/term: multi line bracketed paste fails to issue line by line commands.
2025-07-12 14:05:15
842
Go versiongolang.org/.x/term v0.33.0Output of go env in your module/workspace:n/aWhat did you do?t := term.NewTerminal(r...
Golang x/mobile, runtime: libgojni.so crashes on ARM64 devices for methods defined in Go code
2025-07-12 14:05:13
4187
Go versiongo version go1.21.1 darwin/arm64Output of go env in your module/workspace:GO111MODULE='on'GOARCH='arm64'GOBIN=...
Golang unsafe: document if syscall.Syscall exemption to unsafe.Pointer rules also applies to other assembly functions
2025-07-12 14:05:10
1630
Go version1.22.5 (this is from pkg.go.dev)Output of go env in your module/workspace:N/A (this is from viewing the docs o...
Golang runtime: timeout in TestCrashDumpsAllThreads
2025-07-12 14:05:08
560
#!watchflakesdefault <- pkg == "runtime" && test == "TestChanSendBarrier"Issue created au...
Golang x/sys/unix: syscall_linux_test.go FileDedupeRange test fails on ZFS
2025-07-12 14:05:06
879
Linux 6.6.21-gentooOpenZFS 2.2.2Go 1.22.4x/sys 0.22.0Test log:ok golang.org/x/sys/cpu 0.002sok golang.org/x...
Golang proposal: database/sql: add MarshalJSON and UnmarshalJSON methods for Null[T]
2025-07-12 14:05:02
2781
Proposal DetailsI really appreciate the implementation of #60370. The sql.Null[T] type improves the visibility for the e...
Golang testing: Problems with memory allocation calculation for "json.Marshal" in Benchmarkc tests
2025-07-12 14:04:58
4166
Go versionWindows10/x86_64 Go1.22.5Output of go env in your module/workspace:set GO111MODULE=onset GOARCH=amd64set GOBIN...
Golang proposal: runtime: make stack exhaustion recoverable
2025-07-12 14:04:56
8869
Proposal DetailsCurrently stack exhaustion in Go is a fatal error triggered by throw in newstack, i.e. non-recoverable. ...
Golang proposal: log/slog: structured error type
2025-07-12 14:04:49
3781
Proposal DetailsI propose that log/slog introduces a function to create an error from a string message and zero or more ...
Golang proposal: reflect/type.go: func (t *structType) Field(i int) (f StructField) Why not delete the memory allocation?
2025-07-12 14:04:47
1475
Proposal DetailsI noticed the problem with #2230, but this allocation is so performance-impairing that it consumes hundr...
Golang cmd/go: panic: LoadImport called with empty package path when listing GOROOT/test/*.go
2025-07-12 14:04:43
5361
What did you do?~$ gotip versiongo version devel go1.21-5534f044 Tue May 16 16:01:08 2023 +0000 linux/amd64~$ cd $(gotip...
Golang os: Root can no longer be safely copied in Go 1.25
2025-07-12 14:04:27
5752
Go version1.25rc2Output of go env in your module/workspace:`go env` output, not particularly relevantAR='ar'CC='gcc'CGO_...
Golang x/telemetry: crash on Windows when counter file is extended
2025-07-12 14:04:25
3507
Discovered while investigating #68311: telemetry counter file extension can cause windows processes to panic. For exampl...
Golang x/tools/gopls/internal/mcp: file watcher might not be correctly watching newly created files
2025-07-12 14:04:23
304
While running the MCP server's diagnostics tool, no diagnostics were reported on a newly created file even though there ...
Golang x/tools/gopls: mcp stdio/sse report crashing message on non-go workspace
2025-07-12 14:04:22
4361
gopls version0.0.0go envN/AWhat did you do?Run gopls mcp -listen ADDRESS or gopls mcpWhat did you see happen?N/AWhat did...
上一页
下一页
1
…
114
115
116
117
118
…
266
.