Aurora Blog
Home
Golang cmd/go: go run and go tool are slower than directly executing cached binary
2025-03-25 15:22:27
7948
Go versiongo version go1.24.0 darwin/arm64Output of go env in your module/workspace:AR='ar'CC='clang'CGO_CFLAGS='-O2 -g'...
Golang cmd/go: allow all build flags for tool
2025-03-25 15:22:25
1908
Go versionlatestOutput of go env in your module/workspace:N/AWhat did you do?go tool .... <any number of flags>Wha...
Golang runtime: build fails when run via QEMU for linux/amd64 running on linux/arm64
2025-03-25 15:22:23
17435
Go versiongo version go1.23.0 linux/arm64Output of go env in your module/workspace:$ go envGO111MODULE=''GOARCH='arm64'G...
Golang cmd/go: automatic toolchain upgrades make the combination of go version and go install <package>@<version> confusing
2025-03-25 15:22:21
19148
Go versionthat's a good question!Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''GOCACHE='...
Golang fmt.Printf under test: go1.24.1 breaks Go compatibility, please revert to earlier behavior, not "non-constant format string in call to fmt.Printf"
2025-03-25 15:22:19
6202
Go versiongo version go1.24.1 linux/amd64Output of go env in your module/workspace:See below for go env run on go1.23.5 ...
Golang proposal: x/sys/unix: add methods to convert between time.Time and unix.PtpClockTime on Linux
2025-03-25 15:22:17
5052
Proposal DetailsRecently we have exposed the syscalls and types related to PTP (IEEE 1588) on Linux in the unix package....
Golang cmd/go: add option to prevent 'go get -u' from updating certain dependencies
2025-03-25 15:22:15
6688
We should provide a way for users to prevent go get -u from updating certain dependencies unless they're explicitly requ...
Golang x/tools/gopls: better struct field docs messages
2025-03-25 15:22:13
3578
gopls versionBuild infogolang.org/x/tools/gopls v0.18.1 golang.org/x/tools/gopls@v0.18.1 h1:2xJBNzdImS5u/kV/ZzqDLSvlB...
Golang x/tools/gopls: progress notifications for more operations
2025-03-25 15:22:11
8555
gopls versionBuild infocommand-line-arguments (unknown) @ github.com/BurntSushi/toml@v1.4.1-0.20240526193622-a339e...
Golang net/url: Parse documentation does not adequately explain escaping rules or RFC compliance
2025-03-25 15:22:05
2803
What version of Go are you using (go version)?$ go versiongo version go1.11.1 darwin/amd64Does this issue reproduce with...
Pandas QST: Does the project consider DataFrame.query() arbitrary code execution to be a security vulnerability?
2025-03-25 15:22:01
8622
Research[X] I have searched the [pandas] tag on StackOverflow for similar questions.[X] I have asked my usage related qu...
Pandas ENH: Enable nsmallest/nlargest on object dtype
2025-03-25 15:21:59
3030
Is it possible to implement method DataFrame.nsorted that equivalent to df.sort_values(by=["col1", "col2"], ascending=[T...
Pandas PERF: why nlargest is so slower?
2025-03-25 15:21:57
1327
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this issue ex...
Pandas BUG: pd.read_csv() on empty files should give an empty dataframe pd.DataFrame()
2025-03-25 15:21:53
6290
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas BUG: groupby.sum() is inconsistent with df.sum() for large integers
2025-03-25 15:21:51
10908
[ x ] I have checked that this issue has not already been reported.[ x ] I have confirmed this bug exists on the latest ...
Pandas ENH: Automate reading of data in chunks
2025-03-25 15:21:49
1118
Feature Type[x] Adding new functionality to pandas[ ] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas BUG: When upsampling an empty dataframe, the index type changes from DatetimeIndex to MultiIndex
2025-03-25 15:21:47
1334
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas DOC: Write user guide page on apply/map/transform methods
2025-03-25 15:21:45
1666
There is some information in our documentation regarding how to use user defined functions in pandas. The API pages of t...
Pandas BUG: Impossible creation of array with dtype=string
2025-03-25 15:21:43
4684
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas DOC: should DateOffset always be used instead of BaseOffset?
2025-03-25 15:21:41
1149
There's currently 4 pages in the docs which mention BaseOffset:- https://pandas.pydata.org/docs/reference/api/pandas.Per...
上一页
下一页
1
…
49
50
51
52
53
…
55
.