Egon Elbre
Egon Elbre
Currently exhaustively writing all the cases for conversions seems too verbose and error-prone. There should be a better way, since the compiler already does the conversion somewhere.
``` go type Letter byte // checkenum type Alphabet { First Letter } func main() { fmt.Println(Alphabet{123}) } ```
If you accidentally type something that causes the update functions to take too much time it becomes very hard to clear the active code, due to automatic saving and slow...
Select some code region, move it to another place (drag & drop), and click on the code region. This causes the code region to jump in Chrome. I'm using Chrome...
Select some code region, move it to another place (drag & drop), and click on the code region. This causes the code region to jump in Chrome. I'm using Chrome...
Slicing an array seems to confuse analysis: ``` package main func main() {} func Process(maxlen int) []byte { var buf [64]byte answer := buf[:0] for i := 0; i <...
The relevant test https://review.dev.storj.io/c/storj/storj/+/13103 Setting `run-mode: disable` will result in: ``` Failed to create storage node peer: version can't be nil ``` Related issue: https://github.com/storj/storj/issues/6486
Acceptance Criteria: - Update the readme to show how to access the storage node dashboard.
Currently docker compose with storj-up allows for local dev testing of mounted binaries and directories using the volume mounts. Nomad supports a similar capability using "host-volume" and volume_mount. Acceptance Criteria:...