Jason Axelson

Results 208 issues of Jason Axelson

The current does not work with `PTR` (such as the `_elg._tcp.local` used by https://github.com/lawik/keylight). This PR adds a new function `get_by_mdns` that supports looking up `PTR` records. Open questions and...

Hi! I wanted to stop by and say that this project is very interesting, and as an emacs user I'm looking forward to checking it out! 🎉 In your Alchemist...

Found this library from the elixir radar and am trying to figure out what your planned scope for the library is. Do you have any public plans for what you...

I fixed all the compilation warnings on Elixir 1.16 Notes: - `Config` was added in 1.9 (released 5 years ago) https://elixir-lang.org/blog/2019/06/24/elixir-v1-9-0-released/ - sigil_c was added pre-1.0 The warnings were: ```...

They seem to have gotten outdated

Fixes #530 One scenario where multiple formatters is helpful is on CI where you want to use the GitHub formatter along with a more verbose formatter to see more about...

Hi, and thank you again for this extension! I would like to request a new release because there's some nice features that have been merged but are not yet released....

enhancement

In the Readme and mix.exs there's no mention of `phoenix_ecto` but trying to edit a resource without `phoenix_ecto` loaded results in an exception like: ``` ** (Protocol.UndefinedError) protocol Phoenix.HTML.FormData not...

### Elixir and Erlang/OTP versions Erlang/OTP 26 [erts-14.2.5] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit] Elixir 1.16.2 (compiled with Erlang/OTP 2 ### Operating system macOS and Ubuntu ### Browser N/A or...

This assertion (and the reverse) `assert %{foo: "bar"} ~> %{"foo" => "bar"}` results in an unclear message: ``` Assertion with ~> failed Mismatches: 1) .foo: Unexpected key 2) .foo: Missing...