Dmitrii Okunev
Dmitrii Okunev
Also rename: * Package `network` to `p2p`. * Method `NewStream` to `NewIngoingStream`.
Consider: https://github.com/hkparker/go-i2p Or may be it would be better to add such a transport to IPFS.
Consider: https://github.com/hkparker/go-i2p
Currently if we disable concurrency counters via `SetForbidToGrow(true)` then `Get()` performance rises up to 10 times. And we can remove this counters at all (they are not really required). It's...
Hello. The suggested instruction does not build the project: ``` smartoffice@alien:~/go/src/github.com/djthorpe/ytapi$ build/build.sh -c ~/.youtube-oauth.json -s ~/.youtube-service.json TMPDIR is unset or set to the empty string. Now set to: /tmp go:...
https://github.com/xaionaro-go/trezorLuks/blob/b933c862873c2ef43b2c6eb1b6f2bd3906c79c34/main.go#L18 vs https://github.com/xaionaro-go/trezorLuks/blob/6d30d3527b958280ed96151cb5ba32dd0afd94c1/main.go#L176 Can somebody explain can I leave the hardcoded values?
An arguable proposal (feel free to just reject it without any explanation). Mitigating problems like this one: ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV:...
# Before ``` [xaionaro@void linuxboot]$ go test ./... # github.com/linuxboot/linuxboot/mainboards/intel/hw mainboards/intel/hw/insert.go:45:3: log.Fatal call has possible Printf formatting directive %d mainboards/intel/hw/insert.go:48:3: log.Fatal call has possible Printf formatting directive %d ? github.com/linuxboot/linuxboot/mainboards/aeeon/up...