Aurora Blog
Home
Golang x/tools/gopls: "no object found" when renaming a function from within its doc comment
2025-06-13 14:06:08
14559
example.com$ go versiongo version devel +f7e26467b Fri Oct 30 01:31:10 2020 +0000 linux/amd64example.com$ go version -m ...
Golang x/tools/gopls: unimported completion delay, random results and caches not persisted with remote?
2025-06-13 14:06:06
4336
What version of Go are you using (go version)?$ go versiongo version devel go1.17-b7a85e0003 Fri Jul 30 14:01:30 2021 +0...
Golang cmd/internal/testdir: Test/fixedbugs/issue52127.go failures
2025-06-13 14:06:04
3033
#!watchflakesdefault <- pkg == "cmd/internal/testdir" && test == "Test/fixedbugs/issue52127.go...
Golang cmd/compile: package-level variable initialization with constant dependencies doesn't match order specified in Go spec
2025-06-13 14:05:43
6913
Go versiongo 1.22.0Output of go env in your module/workspace:$go envGO111MODULE=''GOARCH='amd64'GOBIN=''GOCACHE='/Users/...
Golang x/tools/gopls: creates many /tmp/go-build* directories
2025-06-13 14:05:40
3960
This is a dup of #37368, it was never fixed for me, I still end up with a few (mostly empty) /tmp/go-build* folders.I ca...
Golang x/tools/gopls: suggested completions include many irrelevant, non-deterministic entries
2025-06-13 14:05:38
2767
What version of Go are you using (go version)?$ go versiongo version go1.15.6 linux/amd64Does this issue reproduce with ...
Golang cmd/internal/testdir: Test/fixedbugs/issue41635.go failures
2025-06-13 14:05:32
5687
#!watchflakesdefault <- pkg == "cmd/internal/testdir" && test == "Test/fixedbugs/issue41635.go...
Golang cmd/internal/testdir: Test/fixedbugs/issue4463.go failures
2025-06-13 14:05:28
3921
#!watchflakesdefault <- pkg == "cmd/internal/testdir" && test == "Test/fixedbugs/issue4463.go&...
Golang x/build: LUCI builders fail to fetch dependencies for subrepos
2025-06-13 14:05:22
388194
#!watchflakespost <- mode == "build" && log ~ `Failed to run "fetch .*" dependencies`(pla...
Golang net/http: failures with timeout waiting for SETTINGS frames
2025-06-13 14:05:18
14775
#!watchflakespost <- pkg == "net/http" && `timeout waiting for SETTINGS frames`Issue created automa...
Golang encoding/json: Allow empty strings for parsing numbers
2025-06-13 14:05:16
578
Like, if you try to decode a json to a struct, and a json field refers to an int/float struct field.Okay, now if that js...
Golang proposal: x/tools/{godoc,cmd/godoc}: isolate, tag, and delete godoc
2025-06-13 14:05:12
16548
The godoc command, golang.org/x/tools/cmd/godoc, was never redesigned to make full use of modules, has been deprecated i...
Golang x/tools/gopls: Rename: missing type for selector in satisfy.(*Finder).expr
2025-06-13 14:05:10
15039
#!stacks"runtime.sigpanic" && "satisfy.(*Finder).expr:+75"Issue created by stacks. case *...
Golang net/http: roundtrip_js.go fails to handle fetch() Promise if RoundTrip context is canceled
2025-06-13 14:05:05
5500
What version of Go are you using (go version)?$ go versiongo version go1.18.1 linux/amd64Does this issue reproduce with ...
Golang x/tools/gopls: release gopls@v0.16.0-pre.1 prior to 1.23rc1
2025-06-13 14:05:03
1850
This issue exists to block the release of go1.23rc1 on the existence of a gopls@v0.16.0-pre.1 release.gopls@master has s...
Pandas BUG: replace value failed
2025-06-13 14:04:58
3351
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas BUG: to_numeric fails to convert a Pyarrow Decimal series containing NA values.
2025-06-13 14:04:54
4993
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 aggregate coersion of outputs inconsistency for pyarrow dtypes
2025-06-13 14:04:52
4470
Pandas version checks[x] I have checked that this issue has not already been reported.[ ] I have confirmed this bug exis...
Keras MultiHeadAttention's use_causal_mask is broken
2025-06-13 14:04:45
5592
There is leakage of forward embeddings when not calling the MultiHeadAttention layer with a mask and using use_causal_ma...
Keras Keras does not save weights properly
2025-06-13 14:04:39
1107
I am using Tensorflow 2.15.1 and, if I use model.save_weights("./dir/mymodel.bin") and subsequently try to load the weig...
上一页
下一页
1
…
166
167
168
169
170
…
219
.