-
Hi! We ran into a small isue today with `require.InEpsilon`, at version 1.5.1
```go
func TestInEpsilonNaN(t *testing.T) {
require.InEpsilon(t, 42, math.NaN(), 1)
}
```
Actual result : test …
-
While messing around with running CI in GHA
tests-nomad
```
WARNING: DATA RACE
Write at 0x00c00049a760 by goroutine 30:
github.com/hashicorp/nomad/nomad/state.(*StateStore).upsertAllocsImpl()…
-
Raspberry PI:
```
root@rasp01# uname -a
Linux rasp01 5.4.83-v7l+ #1379 SMP Mon Dec 14 13:11:54 GMT 2020 armv7l GNU/Linux
````
I am trying to install the keybase client on my Raspberry PI4
Fi…
-
## Objective
Penalize validators that double-signed competing state transitions.
## Origin Document
This was discussed during a [core team protocol hour](https://www.notion.so/pocketnetwork/2…
-
how to solve:
GOROOT=/usr/local/go1.14.4 #gosetup
GOPATH=/home/xxx/go #gosetup
/usr/local/go1.14.4/bin/go build -o /tmp/___go_build_fabcar fabcar #gosetup
go: downloading github.com/VoneChain-CS/f…
-
I am having an issue with "go get github.com/coredns/alternate" It looks like its failing to find the proxy plugin.
`github.com/coredns/coredns/plugin/pkg/proxy: cannot find module providing packag…
-
# Problem
The test itself passes fine, but panics during `TeardownTest`.
Note the `97.861s` runtime, the test runs quickly, then it hangs for 1-2 mintues and eventually panics.
```nim
goroutin…
-
If you are looking to build something simple, such as SimpleServer, but with just `net/http` and `gorilla/mux` you get the following stats:
```bash
~ ls -lh main
7.1M
```
```bash
~ go list …
-
As I understood from a conversation with @owenwahlgren, the RPC server stops responding if sendTx is called involving an action that is missing one of the required state keys. After some time, it even…
-
### Which version of the SDK was used?
v0.6.0/v0.9.0
### Which platform are you using? (ex: Windows, Linux, Debian)
MacOS
### What problem was encountered?
We found go routine leak via uber-go/go…