Nick Vernij
Nick Vernij
There is a helper for handling custom run_batch functions in dataloader which has been incredibly useful to me, but it doesn't seem to be [documented](https://hexdocs.pm/absinthe/Absinthe.Resolution.Helpers.html#dataloader/3) anywhere but in this issue...
- [x] My submission is formatted according to the guidelines in the [contributing guide](/CONTRIBUTING.md) - [x] My addition is ordered alphabetically - [x] My submission has a useful description -...
I'm currently working on a client project where everything uses the `Jason` json library. I have added a config option that allows you to specify a json library, while defaulting...
https://firebase.google.com/docs/auth/admin/create-custom-tokens#create_custom_tokens_using_a_third-party_jwt_library we would need people to supply their key/client email along the lines of: ```elixir key = JOSE.JWK.from_pem("private key") JOSE.JWT.sign(key, %{"alg" => "RS256"}, %{ iss: "firebase client email", sub: "firebase...