Guido Zuidhof

Results 74 comments of Guido Zuidhof

I also ran into this immediately, perhaps it's possible to lean on Cobra instead of having your own splitting logic. You can use `strings.Cut` to split exactly once, see `https://pkg.go.dev/strings#Cut`.

I believe this issue is still present, I would propose to re-open it.

Closing this issue, the v2 docs are now the main docs (ago for v1). https://developer.friendlycaptcha.com The old docs are still live (as Google probably sends people towards it).

Hi @nsc-novacens, could you maybe share an example value you are verifying? Possibly there is an encoding issue somewhere along the way? Or maybe there is a bug in your...