Thomas Cioppettini

Results 18 issues of Thomas Cioppettini

…version of elixir ### Summary of changes Fixes compiler warnings ### Checklist - [x] New functions have typespecs, changed functions were updated - [x] Same for documentation, including moduledocs -...

…r of erlang's :inet_res module @Betree This PR should simplify the code that double checks MX records. This gets rid of the dependency on the `dns` project; of which the...

Do you need help maintaining this project?

It looks like there have been quite a few changes between version 14 and 15 and there are no examples of how to upgrade your code from a previous version...

…t listeners will not be duplicated. @josevalim @chrismccord Alternate method of fixing #284. The downside here is that we have introduced a global module. LMKWYT.

…phx_loaded boolean flag that is set after setup. Prevents event handlers from being set multiple times in case of libraries like turbolinks which would run this code several times. @josevalim...

If you're using something like turbolinks, `phoenix_html` may get loaded multiple times. This leads to a situation where users will have to click the confirm dialog over and over to...

I am running through implementing a u2f server in elixir and have been using this library as a guide. I have a question about the following line of code: [_parse_tlv_size](https://github.com/Yubico/python-u2flib-server/blob/4b9d353a3ba82be40c6cf9bab39d34ea7e07cb5a/u2flib_server/model.py#L76)...

Every time `Triplex.all` is called it will log a SQL query to the console. This allows devs to turn that off by passing `log: false` as an option to the...

It looks like the compiler warnings issue was fixed two years ago but there hasn't been a release since. Can you bump this package so that it truly resolves the...