Aurora Blog
Home
Golang x/mobile: EGLNativeWindowType definition mismatch on Android Termux
2025-08-05 14:05:41
4369
I first encountered this issue when compiling an Ebitengine app in an Android Termux environment.Full disclosure, there'...
Golang x/telemetry/config: telemetry for vscode-go command execution and source trigger
2025-08-05 14:05:38
3522
SummarySince #73036, we have collected the third party tool usage of gotests, goplay and gomodifytags.However the data i...
Golang x/mobile: fatal error: bulkBarrierPreWrite: unaligned arguments
2025-08-05 14:05:23
26923
What version of Go are you using (go version)?$ go versiongo version go1.16.5 darwin/amd64Does this issue reproduce with...
Golang cmd/go: doc for built-in package should use -u by default
2025-08-05 14:05:20
4167
Go versiongo version go1.25rc2 darwin/arm64Output of go env in your module/workspace:AR='ar'CC='clang'CGO_CFLAGS='-O2 -g...
Golang x/tools/gopls: sigpanic in methods of persistent.Map (corrupt g)
2025-08-05 14:05:03
4369
#!stacks"sigpanic" && ("persistent.union:+0,+0x0" ||/* union */ "persistent.(*mapNod...
Golang x/tools/gopls: "file not found for pos = %d (%s)" crash in go/types
2025-08-05 14:05:01
8198
#!stacks"runtime.gopanic" && "go/types.(*Checker).fileFor:+11"This stack vD1W8g was reported...
Golang cmd/link: issues with Apple's new linker in Xcode 15
2025-08-05 14:04:42
39653
NOTE -- please readIf you see lines starting with ld: warning but not other outputs, they are just warnings, not errors....
Golang x/pkgsite: search for math/rand should answer with math/rand/v2 too
2025-08-05 14:04:37
486
What is the URL of the page with the issue?https://pkg.go.dev/math/randWhat is your user agent?irrelevantScreenshotNo re...
Golang cmd/go: exported functions in non-main package do not generate header files
2025-08-05 14:04:35
3315
Go versiongo version go1.22.5 windows/amd64Output of go env in your module/workspace:set GO111MODULE=onset GOARCH=amd64s...
Golang x/mobile: Basic app does not work on iOS simulator&macos
2025-08-05 14:04:27
3127
Go versiongo version go1.22.3 darwin/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''...
Pandas ENH: unset_index method
2025-08-05 14:04:20
2673
Feature Type[x] Adding new functionality to pandas[ ] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas QST: best way to extend/subclass pandas.DataFrame
2025-08-05 14:04:18
1975
Research[x] I have searched the [pandas] tag on StackOverflow for similar questions.[x] I have asked my usage related qu...
Pandas ENH: Support for list of intervals / IntervalArray in to_parquet
2025-08-05 14:04:16
2568
Is your feature request related to a problem?I would like to be able to save the following dataframes:- list of interval...
Pandas Should IntegerArray provide data / mask through an API?
2025-08-05 14:04:14
5770
I'm currently implementing some algorithms on top of the IntegerArray class with numba. Therefore I would need to pass i...
Pandas Follow-up on basic FloatingArray implementation
2025-08-05 14:04:12
1808
Long overdue follow-up item on the initial merge of the nullable float64/float32 support (https://github.com/pandas-dev/...
Pandas Understanding string interning in pd.read_csv vs. other methods of creating large object columns
2025-08-05 14:04:08
4523
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: Can't convert int64[pyarrow] series with missing values to legacy numpy float series
2025-08-05 14:03:57
12135
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas DOC: Sort the pandas API reference navbar in alphabetical order
2025-08-05 14:03:55
1928
Pandas version checks[X] I have checked that the issue still exists on the latest versions of the docs on main hereLocat...
Pandas Dtype inconsistency when appending to empty dataframe
2025-08-05 14:03:51
1821
Code Sample, a copy-pastable example if possible>>> pd.DataFrame().append({"a": 1}, ignore_index=True...
Pandas BUG: Different initialization methods lead to different dtypes (DataFrame)
2025-08-05 14:03:49
2748
[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exists on the latest vers...
上一页
下一页
1
…
161
162
163
164
165
…
386
.