Matthew Johnston
Matthew Johnston
Throwing this into a docker container would be great.
Originally I implemented the adapter to use single steps and just let it work with erlang's scheduler. I remember I ran into issues where selecting data was actually slower than...
When using Elixir 1.14.0 with OTP 25, we get a new set of warnings when running `mix test` Here are the warnings. ``` warning: Application.get_env/2 is discouraged in the module...
**Problem description** When I am working on a feature branch, sometimes I get a little carried away and begin working on something that needs to be isolated from the rest...
We have been running into issues where the decoding was broken. The issue was that you are trying to fetch `Content-Type` from the headers when it was being returned as...
In plain tasks I use bullet points that look like the following: ``` [ ] unfinished [x] completed [-] canceled ```
Fixed some deprecated calls ``` iex(1)> System.system_time(:milliseconds) warning: deprecated time unit: :milliseconds. A time unit should be :second, :millisecond, :microsecond, :nanosecond, or a positive integer ``` Replaced Benchfella with Benchee...
As noted in the TODO file the following macros were removed from usage from physfs.c * `GOTO` * `GOTO_IF` * `GOTO_IF_ERRPASS` * `BAIL` * `BAIL_IF` * `BAIL_IF_ERRPASS` I wanted to...
* Bumps the minimum elixir to 1.14 * Support the latest 3 versions of Elixir * Support the latest 3 versions of OTP * Handle the soft deprecation of `File.stream!/3`...
So it's a bit difficult for me to figure out how much of my monthly payments I have to knock out before I get an accurate amount that is actually...