-
I am not sure this is an issue in wasmbrowsertest, but let me share the issue.
https://github.com/hajimehoshi/ebiten/actions/runs/10651026325/job/29523110919
```
panic: unexpected call to os.Ex…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Edited/Blocked
These updates…
-
This is a meatier issue, but I'm interested in simplifying some of the build/cibuild scripts by using [the golang-cross docker image](https://hub.docker.com/r/dockercore/golang-cross) instead of downl…
-
For some valid schemas, goavro will incorrectly compute the canonical form. This results in an incorrect Rabin fingerprint. Due to the random nature of map iteration in golang, the fingerprint for the…
-
What steps will reproduce the problem?
% cd ssh
% go test -run TestHandshakeBasic
What is the expected output? What do you see instead?
The test is timing out because io.ReadFull in cipher.go:137 (…
-
This was part of: https://github.com/kairos-io/kairos/issues/1633 (now extracted to a separate ticket)
With the auroraboot image now being the single source of truth for all artifact generation, we s…
-
可以正常*build*出来二进制文件,但不论是直接`go run`或是运行二进制文件都会提示
`Failed: No file found in GOPATH`
项目并没有克隆到`/Users/joshua/go`里面
```shell
$ export GOPATH=/Users/joshua/go
$ export PATH=$GOPATH/bin:$PATH
$ ./…
-
Consider the following two benchmarks:
```go
var sink int
var A, B, C = 1, 2, 3
func BenchmarkA(b *testing.B) {
for i := 0; i < b.N; i++ {
var m int
if A != 0 && B+1
dsnet updated
2 years ago
-
**Actual behavior** A clear and concise description of what the bug is.
```
=== RUN TestA
tests/A_test.go:15: Unexpected call to *tests.MockAer.Hello([[]]) at tests/A_test.go:15 because:
…
-
```
make cluster-test
go test --count=1 -v "./test/e2e"
flag provided but not defined: -test.count
```
Related issue with golang 1.13: https://github.com/golang/go/issues/31859
Removing `flag.…