Luca Steeb

Results 254 comments of Luca Steeb

I am using gocql in my kubernetes cluster with a 3-node cassandra setup. It works fine. However, if I want to test locally on my machine, I usually use kubectl...

Constantly seeing this issue on single-node Cassandra cluster. `cqlsh` works fine 100% of the time while gocql seems to take a lot of time connecting to the cluster, often resulting...

I ran into this too just now, what one can do is to just check the data first before accessing the data, so that it can't panic ``` if portfolio.RelationsPortfolio.Transactions...

fixed via #814 a while ago

By chance, do you know if this is still an issue? 😅

Do you think this is still relevant?

This is now available in the main branch, you can try it out by running `go get github.com/prisma/prisma-client-go@main`. It's not yet released, but I'll cut a new one soon!

Alright so it's quite clear why this is not working at this point. This is not a priority but I can take a look if anyone is still interested in...