Dave Lucia
Dave Lucia
Hello 👋🏼 I was taking a look at the source of `tentacat`, and noticed an issue. Tentacat implements the `Jason.Encoder` protocol for [tuples](https://github.com/edgurgel/tentacat/blob/master/lib/tentacat.ex#L15). This is problematic, as this will modify...
First of all, thank you for all the hard work on rustler! We have been making extensive use of Rustler as a means to run simulations and cpu bound computations...
We have begun instrumenting our application with telemetry and started pushing traces to DataDog APM. We are achieving this currently with https://github.com/spandex-project/spandex. Currently, we have a commanded middleware that generates...
Let's follow the lead of the rest of the community with the default branch name of "main"
I was creating a test without a `:to` option, and it blew up in a non-obvious way. ```elixir == Compilation error in file test/process_managers/process_manager_telemetry_test.exs == ** (KeyError) key :aggregate not...
After [some discussion](https://twitter.com/mcrumm/status/1548085608001654785?s=20&t=Dlcv0mOz6hLRdOFYyS_fRw) on twitter, this PR adds a new tab, `Ecto Repos`, that shows database migrations for each repo. In the future, we can add additional functionality, such as...
update ex_doc so that `Phoenix.PubSub` gets that sweet, sweet `Sections` in the sidebar
I was looking to decode keys to atoms as an option in https://github.com/cogini/avro_schema/commit/2c07ca2fafde949fa78ec9f0af85245a92c6b731 and https://github.com/cogini/avro_schema/issues/25 However, as far as I can reason through the erlavro decoder hook code, I don't...
https://github.com/beam-community/avro_ex/runs/7027232352?check_suite_focus=true ```elixir 1) test encoding of large integer as a union of int and long (AvroEx.PropertyTest) Error: test/property_test.exs:5 ** (MatchError) no match of right hand side value: false code: assert...
https://github.com/beam-community/avro_ex/pull/70 added a better API for decoding messages, including a new exception `AvroEx.DecodeError`. However, when issues occur, most of the time they do not generate help error messages. We should...