Daniel Neighman
Daniel Neighman
Sometimes when compiling a proto the line `Code.ensure_loaded?(mod)` returns false, causing the default value for that value to be false (obvs causes the serialization to crash)
Hi there... Wondering if there's a way to pass in an already established connection to use for creating channels. (Probably please excuse my ignorance) When I bump up the concurrency...
Hi I've been working on getting a release together for Guardian v1. This release is significantly different (in a good way!). The big difference in V1 is the use of...
There's been a few points of feedback I've been getting on Ueberauth. It feels like we have a sufficiently diverse community now to really dial in on what would make...
Adds callbacks on stubs to allow for using Mox in tests.
Referring to: https://github.com/elixir-protobuf/protobuf/pull/329 Just wondering why the pack and unpack on the any protos was removed. https://github.com/elixir-protobuf/protobuf/pull/329 This change makes it very difficult to work with the any protos. There’s...
FB and Google change their tokens on every request. Instead, check that the uid_from_auth is the same.
Hi there.. I'm new to rust and serverless. I've been trying to create a collection of functions using this template. One of the things that I would like to be...