Danilo Cicerone

Results 3 issues of Danilo Cicerone

Hi, I'm wondering if there's a way to prevent the application to be closed by a SIGINT call, here is my attempt: ```go package main import ( "fmt" "math/rand" "os"...

Hi, I'm figuring out how authentication works and its relation to "github.com/gorilla/context" package. This package, according to his webpage, > does not play well > with the shallow copying of...

Hi, I'm compiling for a raspberry pi 32bit os and get the following error: `# github.com/sugawarayuuta/sonnet ../go/pkg/mod/github.com/sugawarayuuta/[email protected]/compact.go:231:27: shift (untyped int constant 5764607797912141824) overflows int ` Could you please suggest a...