Adam Millerchip

Results 23 comments of Adam Millerchip

I realised the fact that the key is unencrypted is not important. This is the same for encrypted keys. `openssl genpkey -algorithm RSA -pkeyopt rsa_keygen_bits:2048 -pkeyopt rsa_keygen_pubexp:65537 -out priv.pem -des3...

When I install Elixir on OSX, for example, using `asdf install elixir 1.6.5`, it installs it as capital-E `Elixir` (visible via `asdf list`). If I then do `asdf global elixir...

I was going to request this until I saw this PR. Although it seems from the Readme : > - No `.define()` functionality that the lack of this feature is...

I believe this was resolved by #210. ``` asdf plugin-update erlang asdf install erlang 24.0.2 ``` Works for me on Catalina.

> > Works for me on Catalina. > > Does it also work if you're installing `24.0` (`asdf install erlang 24.0`)? Sorry, unhelpfully I updated autoconf between then and now....

You can find it in GHE (v2.11) in `Settings` → `OAuth Applications` → `Developer Applications`. Leaving the callback URL blank seems to work fine.

To add some detail, the latest release does not include #131, so it's not possible to add `prom_ex` (which depends on telemetry `~> 1.0.0`) to a project that is using...

Works for me. If you can see the `listen [::]:80` entries in the `server` blocks of `default.conf`, it's working. I also thought it wasn't working originally, but it turned out...

You can put your two server definitions in a config file and mount it to `/etc/nginx/conf.d/` on the nginx-proxy container. If you replace the `server_name _` with `server_name host.domain.com`, it...

I am also seeing this error when attempting to call `SqsAsyncClient.receiveMessage()`. In my case, the mesage is not received. The error doesn't occur in in v2.12.0. ``` ERROR [sof.ama.aws.cor.int.han.BaseAsyncClientHandler] (executor-thread-1)...