Aurora Blog
Home
Golang x/website: small typo in the "Testing Time (and other asynchronicities)" article.
2025-09-05 14:03:39
677
What is the URL of the page with the issue?https://go.dev/blog/testing-timeWhat is your user agent?Mozilla/5.0 (X11; Lin...
Golang encoding/xml: invalid characters in comments, processing instructions, or directives [1.22 backport]
2025-09-05 14:03:31
402
@maceonthompson requested issue #68654 to be considered for backport to the next 1.22 minor release.@gopherbot please op...
Golang encoding/xml: invalid characters in comments, processing instructions, or directives [1.23 backport]
2025-09-05 14:03:29
577
@maceonthompson requested issue #68654 to be considered for backport to the next 1.21 minor release.@gopherbot please op...
Golang proposal: time: Duration float scaling method
2025-09-05 14:03:27
567
Proposal DetailsThis is kinda annoying:delay := time.Duration( float64(baseDelay) * backoffFactor )It would be nicer if ...
Golang cmd/compile: export to DWARF types only referenced through interfaces [1.25 backport]
2025-09-05 14:03:25
247
I'd like to petition for https://go.dev/cl/696955 to be backported to 1.25.Comment From: prattmichttps://go.dev/cl/64955...
Golang cmd/fix: fails to run on modules whose go directive value is in "1.n.m" format introduced in Go 1.21.0
2025-09-05 14:03:23
3380
According to my understanding of these docs:https://go.dev/doc/go1.21#toolshttps://go.dev/doc/toolchain#versionhttps://g...
Golang net/http/pprof: panicking getting profiles
2025-09-05 14:03:21
11247
Go versiongo version go1.24.4 darwin/arm64Output of go env in your module/workspace:GO111MODULE='auto'GOARCH='arm64'GOAR...
Golang x/pkgsite:
2025-09-05 14:03:19
145
What is the URL of the page with the issue?What is your user agent?ScreenshotWhat did you do?What did you expect to see?...
Golang maps: segmentation violation in maps.Clone
2025-09-05 14:03:16
20779
Go versiongo version go1.22.5 darwin/arm64Output of go env in your module/workspace:GO111MODULE='on'GOARCH='arm64'GOBIN=...
Golang net/http: TestWriteDeadlineExtendedOnNewRequest/h2 failures
2025-09-05 14:03:14
1939
#!watchflakesdefault <- pkg == "net/http" && test == "TestWriteDeadlineExtendedOnNewRequest/h2...
Golang x/tools/gopls: CodeAction: do not offer "inline variable" on an lvalue reference
2025-09-05 14:03:11
1047
The Inline variable "v" quick fix should not be offered on an l-value reference to a variable v:v := 1‸v = 2 // The &qu...
Golang x/pkgsite: package removal request for git.home.127001.link/kormoc/*
2025-09-05 14:03:03
240
All of these packages were never intended to be published from my personal gitlab install. Do you need a list of all pac...
Golang x/pkgsite: package removal request for https://pkg.go.dev/github.com/lcucurachi/go-node
2025-09-05 14:03:01
1202
Hi everyone,I would like to remove the documentation and the packages for this project as I've decided to rename it and ...
Golang cmd/go: any invocation creates read-only telemetry configuration file under GOMODCACHE
2025-09-05 14:02:55
13049
Go versiongo version go1.23.0 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...
Pandas BUG: Incorrect behaviour when using loc on a resampled time index dataframe
2025-09-05 14:02:42
3715
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas ENH: Generalize groupby to better support ExtensionArray
2025-09-05 14:02:40
9992
Feature Type[ ] Adding new functionality to pandas[X] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas Strange output from timedelta_range for integer start/end
2025-09-05 14:02:38
4014
Here I expected a TimedeltaIndex with 11 elements from 0 hours through 11 hours:>>> pd.timedelta_range(0, 10, f...
Pandas BUG: DatetimeIndex.intersection with non-anchored freq
2025-09-05 14:02:36
784
import pandas as pdoff = pd.offsets.CDay(1, False)ts = pd.Timestamp("2021-10-13 09")ts2 = ts + pd.Timedelta(&q...
Pandas PERF: DataFrame.unstack() and DataFrame.pivot_table() upcasting take up more memory than needed
2025-09-05 14:02:34
5125
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this issue ex...
Pandas BUG: str.match and str.contains behave inconsistently on compiled regexps (regression in 2.3.2 relative to 2.3.1)
2025-09-05 14:02:32
6938
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
上一页
下一页
1
…
66
67
68
69
70
…
369
.