Ilya Morozov
Ilya Morozov
Currently `signature.ValidRequest`[ in case of any error returns](https://github.com/messagebird/go-rest-api/blob/cb04299d9c5304255c5e77628578de3141a993e7/signature/signature.go#L117-L121) `Unknown host: {{request host}}` error. Such errors are not helpful in figuring out what went wrong. Especially because the host has nothing...
Section is located here: https://developer.nexmo.com/concepts/guides/webhooks/ruby#write-the-code Or in this repo this [page](https://github.com/nexmo/nexmo-developer/blob/main/_documentation/en/concepts/guides/webhooks.md#decoding-signed-webhooks) links to this ruby [example](https://github.com/vonage/vonage-ruby-code-snippets/blob/master/jwt/decode-incoming-jwt.rb#L7-L8). This code is provided: ```ruby # The JWT Ruby spec requires nil and false...
Using dragonboat v4. Is there a way to exit from a StateMachine Update with an error without causing a panic? Is this something you would consider adding? It could be...
Context in this issue https://github.com/lni/dragonboat/issues/381. In short: I have my state machines on different disks, and I need the ability to stop one if a disk fails. Currently, there’s no...