Matt McCoy

Results 16 issues of Matt McCoy

The `recursive` implementation leaks memory if it references itself and the parser definition is defined using the `define` function. See the following example that creates millions of parsers, but the...

If you specify multiple volumes like the following in your manifest anytime you deploy there will be changes. ``` storage: volumes: v1: path: "/path1" read_only: false efs: id: fs-someid v2:...

type/enhancement
type/request

Move all opts except `repo` out of module attributes. I couldn't find a way to remove `repo` since it depends on reading from the env at compile-time if the repo...

### Environment * Elixir version (elixir -v): Elixir 1.14.0 (compiled with Erlang/OTP 25) * Phoenix version (mix deps): 1.7.11 * Phoenix LiveView version (mix deps): 0.20.14 * Operating system: Ubuntu...