Peter Urbak
Peter Urbak
Thanks for the example code :) Hmm, so by validating against the regex in the encoder it would necessarily end up introducing the concept of error handling to the generated...
Some quick brainstorming for doing a Result-passing version of encoders, maybe something like this (can most likely be simplified further): ```elm -- Types type alias User = { username :...
Hi, it looks like the Erlang `:crypto` library has removed the `mpint` function in OTP 20, which makes `json_web_token` throw an `undef` error inside module: `JsonWebToken.Algorithm.Rsa` and function: `def modulus(key),...