Results 20 comments of Arthur Silva

I have the same problem. Anyone have an update version working?

I think what makes the user login again is when clearing data, not cache. But I think this might slow down the runs since, i.e. the users' profile pictures would...

@guztavoalves , do you have the hierarchy dump for those ban messages? If yes, could you please share it? It would help developing the detect_block().

Would be nice to have this feature implemented.

Workload Identity works for me with watermill v1.3.5 and watermill-googlecloud v1.1.0. I struggled a bit but managed to make it work. The service account was created in GCP with proper...

I'm using `SqlBoiler v4.14.1` and unfortunately @zhangi 's workaround does not work for me. I get the following error when running the tests: ``` === CONT TestUpsert/Customers customers_test.go:837: Unable to...

> Requires clarification: running how? Via Terminal / iTerm2 / another VSCode window / something else? On M2 (display 2) I'm running `go run .` in apple Terminal, with tmux...

I started using AsyncAPI generation for Go and found this current limitation, which is a deal breaker for me as well.

Thanks @jonaslagoni for pointing out the file. I'll take a look at that some time this week.

Just an update: I ended up writing my own template and made a quick fix for the nullable types I needed, which is not worth sharing since it's more a...