Alexander Fuchsberger
Alexander Fuchsberger
Currently getting items from an existing list always stores values as strings. I would like to implement a function that checks for specific data types: ``` check(value){ // check for...
I found a minor inconvenience when resetting passwords via email and disabling browser form validation. There seems to be a missing validation check and just submitting the form without filling...
Fantastic package, thanks a lot! Would it be possible to support fetching environment variables at runtime via `config/runtime.exs`? Thus replacing `Application.get_env/2` with `Application.fetch_env/2`.