Robert Kuska
Robert Kuska
### What version of Cassandra are you using? Doesn't depend on Cassandra version ### What version of Gocql are you using? scylladb/[email protected] but I believe the bug is present also...
stdlib json behaviour: https://play.golang.org/p/6DIsQk0xeMZ Yet when I use json.Number as type with easyjson it is being Marshaled into a string. From generated file: `out.String(string(in.PriceBaseFare))` where `PriceBaseFare` is defined as: `PriceBaseFare...
Hey there, hope you don't mind a PR. I was checking the code as I am considering using it in my project and I noticed a panic in it. I...
## Summary SetContext function signature can be improved to make it clear to users that it only accept maps. Unless it is not a case and there is a bug...
Rod Version: v0.116.2 ## The code to demonstrate your question I currently run headless-browser in google cloud run service using the go-rod image. From other service I connect to it...
While checking the implementation for `reuseTokenSource` to write my own `TokenSource` I noticed that it is using [`sync.Mutex` to guard the access to saved token](https://github.com/golang/oauth2/blob/792c8776358f0c8689d84eef0d0c966937d560fb/oauth2.go#L300). But given the `Token` (under...