Aurora Blog
Home
Golang runtime: memlock not unlocked in all control flow paths in sysReserveAlignedSbrk
2025-06-24 14:04:55
1583
Go versiongo version go1.24.4 darwin/arm64Output of go env in your module/workspace:N/AWhat did you do?While I ran into ...
Golang proposal: x/oauth2/resourcemeta: protected resource metadata
2025-06-24 14:04:50
394
Proposal DetailsProtected Resource Metadata (https://datatracker.ietf.org/doc/html/rfc9728) is an OAuth2 extension enabl...
Golang runtime, syscall/js: passing a JS pointer to Go-Wasm runtime causes memory leak
2025-06-24 14:04:48
3786
Go versiongo version go1.24.0 darwin/arm64Output of go env in your module/workspace:AR='ar'CC='clang'CGO_CFLAGS='-O2 -g'...
Golang fmt: %x format should not call .String() before hex for [...]byte or []byte
2025-06-24 14:04:43
2859
Go versiongo 1.22.4Output of go env in your module/workspace:set GO111MODULE=onset GOARCH=amd64set GOBIN=set GOCACHE=C:\...
Golang x/sys/windows: fix filetime conversions and deprecate Nanoseconds
2025-06-24 14:04:41
2303
Go versiongo version go1.24.4 windows/amd64Output of go env in your module/workspace:set AR=arset CC=gccset CGO_CFLAGS=-...
Golang internal/goexperiment, cmd/go: user facing documentation for GOEXPERIMENT points to internal source for list of supported values
2025-06-24 14:04:37
1629
Go versiongo version go1.25rc1 darwin/arm64Output of go env in your module/workspace:GOEXPERIMENT=""What did y...
Golang cmd/go: clean doesn't respect workspace vendoring
2025-06-24 14:04:33
2941
Go versiongo1.23.10Output of go env in your module/workspace:GO111MODULE='ON'GOARCH='amd64'GOBIN=''GOCACHE='/home/acedus...
Golang cmd/go/internal/test: "go help testflag" refers to legacy options of pprof
2025-06-24 14:04:31
1597
Go versiongo version go1.25rc1 darwin/arm64Output of go env in your module/workspace:N/AWhat did you do?$ go1.25rc1 help...
Golang x/tools/go/types/objectpath: add support for receiver type parameters
2025-06-24 14:04:27
1034
Support for type parameters was added here, by calling .TypeParams().At(i) on Named types and Signature types. Receiver ...
Golang proposal: Go: support for conditional compilation directives similar to #define / #ifdef
2025-06-24 14:04:25
4156
Proposal DetailsProposal: Add support for conditional compilation directives (similar to #define / #ifdef) in GoIntroduc...
Golang x/telemetry/config: add counters for MCP server usage
2025-06-24 14:04:11
540
SummaryIn gopls@v0.20.0, we're launching an experimental MCP server to integrate gopls with MCP-powered coding assistanc...
Golang golangci-lint errors found in go1.21 version
2025-06-24 14:04:09
1884
Go versiongo version go1.21.5 linux/amd64What operating system and processor architecture are you using (go env)?GO111MO...
Pandas ENH: Add prefix, suffix and sep arguments to shift method
2025-06-24 14:04:04
1859
Feature Type[x] Adding new functionality to pandas[ ] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas ENH: Add excel_sep_hint parameter to to_csv for Excel compatibility
2025-06-24 14:03:54
2033
Feature Type[x] Adding new functionality to pandasProblem DescriptionIt would be great if Pandas could generate CSV file...
Pandas BUG: CoW - eq not implemented for <class 'pandas.core.internals.blocks.ExtensionBlock'>
2025-06-24 14:03:52
2572
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas DISC: path to nullable-by-default integers and floats
2025-06-24 14:03:50
10568
I've been giving some thought to how we can move towards having nullable integer/bool dtypes by default (from the ice cr...
Pandas API: timestamp resolution inference - default to one unit (if possible) instead of being data-dependent?
2025-06-24 14:03:48
4925
After https://github.com/pandas-dev/pandas/pull/55901, we now do inference of the best resolution, and so allow to creat...
Pandas raise TypeError when function returns object-like results
2025-06-24 14:03:46
310
This roll_apply raises TypeError: must be real number, not str when my customized function returns str / list or other o...
Pandas ENH: read_csv tz option
2025-06-24 14:03:44
1043
Feature Type[x] Adding new functionality to pandas[ ] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas BUG: use of iloc with heterogeneous DataFrame sometimes performs undocumented conversions
2025-06-24 14:03:43
4400
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
上一页
下一页
1
…
278
279
280
281
282
…
373
.