Adam Lancaster

Results 33 issues of Adam Lancaster

This would attempt to continue casting on other fields, collecting all of the errors as it goes. This is potentially a bit tricky and less performant so we should probably...

enhancement

In my `runtime.exs` file I have: ```elixir if config_env() == :test do config(:ex_aws, access_key_id: "dummy", secret_access_key: "dummy") end ``` There is [a check](https://github.com/nccgroup/sobelow/blob/master/lib/sobelow/config/secrets.ex#L10) `Sobelow.Config.Secrets` which says: ``` Sobelow detects missing...

* Do not use the issues tracker for help or support (try Elixir Forum, Slack, IRC, etc.) * Questions about how to contribute are fine. ### Environment * Elixir &...