dfalling
dfalling
My `reset_password_controller_test` works great if I run that suite in isolation. But if I run my full test suite, this test consistently fails because of an invalid reset token. I'm...
Currently `parse_from_url` is using `.get!`, causing an exception if the API call fails. It would be easier to handle these scenarios if an error type was returned instead, eg `{:error,...
I wrote my first very simple component story. Live Storybook renders its Icon story fine, but errors on mine: ``` [error] #PID running Phoenix.Endpoint.SyncCodeReloadPlug (connection #PID, stream id 9) terminated...
Hi, first off thank you so much- this has greatly simplified and improved the success rate of parsing I was already doing with ChatGPT. I'm a little confused however about...
Hi, first off thanks for this great lib! I've been using it for quite a while now and really love the improvements over the stock formatter. ## Issue Styler 1.0.0's...
I upgraded to Ecto 3.12, and now `Instructor.completion` fails immediately with an ArgumentError: ``` ** (ArgumentError) errors were found at the given arguments: * 1st argument: not an atom (erts...
Here's a stab at documenting how to wrap data in the action callback. Closes #6
Hi, first off thank you so much for this lib! I was especially attracted to it for built-in support for notification actions, which I was putting off implementing. Unless I'm...