Matthew Johnston

Results 34 issues of Matthew Johnston

* Uses regex named capture to extract the data. * Handles 8-11 BIC values. * Adds a `to_string/2` function for pretty output. * Defines the `String.Chars` protocol for `Bic`.

``` toml [package] name = "toying" version = "0.1.0" authors = ["Matthew Johnston "] [dependencies] piston = "0.2.0" piston2d-graphics = "0.1.4" pistoncore-glfw_window = "0.2.0" piston2d-opengl_graphics = "0.1.0" ``` Took the...

I have a use case where I need to accumulate data into the 4 vectors for state. I'd love to be able to do something like this ```elixir xxh =...

This is a rough draft of what I think the stream implementation should be like. I do not know how I am going to test the error case where the...

I have been thinking about this some as I have a need to be able to stream a file from an S3 like resource or local disk. I wanted to...

* Updates tool versions to latest elixir 1.17 and otp 27 * Adds elixir 1.17 and otp 27 to the test matrix * Update locked dependencies We will be dropping...

* Updates the `unaccent.rules` * Replaces Benchfella with Benchee (interesting results below) * Handle new unaccent rules that don't have a replacement, but a full on removal ## Squish It...

### Elixir version 1.18 ### Database and Version all ### Ecto Versions any ### Database Adapter and Versions (postgrex, myxql, etc) postgrex, myxql, exqlite ### Current behavior When running Elixir...

Kind:Bug

Currently we are seeing this in our compile warnings ``` warning: using map.field notation (without parentheses) to invoke function :"Elixir.FastGlobal.redlock_conf".value() is deprecated, you must add parentheses instead: remote.function() (fastglobal 1.0.0)...

* Drop test support for old versions of Elixir and OTP. These old versions are passed end of life support. * The Github actions for other PRs are failing due...