Aurora Blog
Home
Golang x/tools/gopls: automatic imports sometimes pick non-optimal modules
2025-08-22 14:04:02
5767
What version of Go are you using (go version)?$ go versiongo version go1.20.5 darwin/arm64Does this issue reproduce with...
Golang cmd/go: "go env -changed" never include GOTELEMETRY
2025-08-22 14:03:58
1522
Go versiongo version go1.23.0 linux/amd64Output of go env in your module/workspace:.What did you do?$ go env GOTELEMETRY...
Golang x/tools/gopls: do not suggest names from unimportable internal packages
2025-08-22 14:03:55
119845
Describe the bugGetting internal packages to show up in autocomplete of absolutely unrelated projects.NotesThere are nes...
Golang x/tools/gopls: incorrectly suggests internal/singleflight completion
2025-08-22 14:03:48
87086
Reported from @seankhliao in slack: gopls reported internal/singleflight (from std) as a completion candidate, while not...
Golang x/tools/gopls: fails to find new std library APIs dynamically
2025-08-22 14:03:46
5365
Reminder issue, following up on #63641: it appears that gopls was not finding the new slices package in GOROOT until the...
Golang x/tools/gopls: cannot choose the "right" value for completionBudget
2025-08-22 14:03:44
3629
What version of Go are you using (go version)?$ go versiongo version go1.21.1 linux/arm64$ go list -m golang.org/x/tools...
Golang all: future of the openbsd/mips64 port
2025-08-22 14:03:40
4251
The openbsd/mips64 port is currently in limbo - this issue is an attempt to identify a path forward.BackgroundOpenBSD 6....
Golang x/tools/gopls: add a setting to control removal of unused imports, and a quickfix
2025-08-22 14:03:38
8932
We see feedback in survey results that users don't want unused imports to be removed by the organizeImports code action....
Golang x/tools/gopls: normalize feature sets of unimported completions and organize imports
2025-08-22 14:03:35
5137
What version of Go are you using (go version)?go version go1.13.4 darwin/amd64Does this issue reproduce with the latest ...
Golang x/website: wiki/Range page contains a table overflow on Safari
2025-08-22 14:03:32
409
What is the URL of the page with the issue?https://go.dev/wiki/RangeWhat is your user agent?Reproduces both onSafari 18....
Golang testing/synctest: allow runtime.AddCleanup functions in bubble
2025-08-22 14:03:26
7829
Go versiongo version go1.25.0 darwin/arm64Output of go env in your module/workspace:AR='ar'CC='clang'CGO_CFLAGS='-O2 -g'...
Golang cmd/go/internal/modcmd: go mod edit -json is missing GoDebug
2025-08-22 14:03:22
2935
Go versiongo version go1.25.0 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...
Golang x/tools/gopls: resolve imports with name collisions and let the user customize aliases
2025-08-22 14:03:19
5414
gopls versionBuild info----------golang.org/x/tools/gopls v0.20.0 golang.org/x/tools/gopls@v0.20.0 h1:fxOYZXKl6IsOTKI...
Golang x/pkgsite: package revert request for github.com/wttech/pulumi-aem/sdk pkgsite
2025-08-22 14:03:17
1095
Hi, previously I asked for https://github.com/golang/go/issues/67209Is there any way to revert that operation?Comment Fr...
Golang proposal: reflect: Add Type.Fields() iter.Seq[StructField] and Type.Methods() iter.Seq[Method]
2025-08-22 14:03:15
13172
Proposal Detailsreflect.Type.Fields() iter.Seq[StructField] and reflect.Type.Methods() iter.Seq[Method] would be more co...
Golang x/pkgsite: type header table of contents links to a different type
2025-08-22 14:03:12
1216
What is the URL of the page with the issue?https://pkg.go.dev/google.golang.org/grpc#EmptyDialOptionWhat is your user ag...
Pandas Series.map on a Categorical with a function only processes each unique value once
2025-08-22 14:03:02
2041
Code Sample>>> import pandas as pd>>> pd.Series(list("cabaa")).map(print)cabaa0 None1 ...
Pandas >>> import warnings >>> warnings.filterwarnings("ignore", "\nPyarrow", DeprecationWarning) >>> import pandas
2025-08-22 14:02:59
208
Comment From: Alvaro-KotheWhat is the purpose of this?Comment From: hr7756736-sudohttps://github.com/pandas-dev/pandas/i...
Pandas BUG: Index.get_level_values() does not handle boolean, pd.NA, np.nan, or pd.NaT level correctly
2025-08-22 14:02:57
3076
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas 1911902583
2025-08-22 14:02:55
308
Nice, thanks! This is https://github.com/pandas-dev/pandas/pull/57003 indeed. I looked for an open PR but didn't find i...
上一页
下一页
1
…
30
31
32
33
34
…
313
.