Adam Millerchip

Results 11 issues of Adam Millerchip

This is the same issue as reported here: https://stackoverflow.com/questions/41336947/erlang-generate-rsa-keys-from-pem-files In this case it causes `ExPublicKey.load/2` to [return an {:error, _} tuple](https://github.com/ntrepid8/ex_crypto/blob/2ba743393aa4d837f658785de3342932e51d43cd/lib/ex_public_key.ex#L140). Loading the corresponding public key produces the `:RSAPublicKey` as...

* The last [mailing list announcement](https://lists.andrew.cmu.edu/pipermail/openslide-announce/) was November 2017 * The [last commit](https://github.com/openslide/openslide/commits/master) was in May 2018 * None of the pull requests have received any interaction from a member...

Hello. I made a few miscellaneous documentation changes. 1. Remove the section about `applcations` from the README. According to [`mix compile.app`](https://hexdocs.pm/mix/1.7.0/Mix.Tasks.Compile.App.html): > By default, this list is automatically inferred from...

In #177, this adapter was updated to comply with the new spec in Bamboo v2. However, as suggested in [this comment](https://github.com/fewlinesco/bamboo_smtp/issues/176#issuecomment-784038072), it is still necessary to wrap the errors in...

The official Elixir docker image is maintained by the Erlang Ecosystem Foundation, but there are alternative images maintained by Hex, Elixir's official package manager. There are a number of issues...

`phoenix_html` has been updated to v4 with breaking changes: https://hexdocs.pm/phoenix_html/changelog.html#v4-0-0-2023-12-19 I took a look at doing the migration myself, but I'm guessing this library will want to do more than...

help wanted
critical
good first issue

This is a check I have wanted myself for a while. I thought I would submit it upstream in case it's useful to others. I have added it as disabled...

Mockk produces a warning when running on Java 13. ~It still seems to work in my small test, but I'm not sure if there are any other implications.~ edit: I've...

important

For new projects generated with Phoenix 1.7 [`Phoenix.View` has been replaced with `Phoenix.Component`](https://hexdocs.pm/phoenix_view/2.0.2/Phoenix.View.html#module-replaced-by-phoenix-component). Are there any plans to update `Phoenix.Swoosh` to reflect this?

### Describe the bug When sending an email with `Swoosh.Adapters.SMTP`, if the email address contains invalid characters, for example `[]`, the adapter crashes with `MatchError`, rather than reporting an error...

bug
help wanted