Results 20 issues of Nicholas Moen

HEEx templates support the valid (if not somewhat esoteric) usage of `case` statements (as referenced in [this Elixir Forum post](https://elixirforum.com/t/case-condition-in-the-html-template/22703)). For example: ```heex %> Some stuff %> Some other stuff...

Adds the `eex` and `heex` Elixir file extensions

> NOTE: In order to get this far in the tutorial, I had to upgrade the `ash_authentication` dependency to `~> 4.0` in `mix.exs` (the tutorial uses an outdated version (`~>...

Currently using a hodgepodge of fallback controllers and some functions that I used in `TodoListWeb.Helpers.Controller`. Should standardize to something that falls a little more in line with best practices.

- [ ] Add `:title` to responses - [ ] Improve some module names (e.g. `TodoRequest` -> `TodoRequestBody`) - [ ] Other stuff

documentation
enhancement

Subsequent requests work fine, but this is definitely something to be avoided if possible.

Hello. I ran into an issue which took me a while to debug. Note that I am not using the system environment variables anywhere in my code. Just dotenv files....