Nic Nilov

Results 5 issues of Nic Nilov

### Environment * Elixir & Erlang/OTP versions (`elixir --version`): Elixir 1.12.2 (compiled with Erlang/OTP 24) * Operating system: macOS, Ubuntu * Pigeon version: `2.0.0-rc.0` * Pigeon APNS is configured per...

In pigeon version 1.6.0 it was possible to specify the apns environment (production or sandbox) when invoking `APNS.push` through the `to:` option. In the 2.0.0-rc.0 this seems to be [no...

Here is an example: ```elixir args = ["arg1", "arg2"] unique_token = "my_unique_token" Exq.enqueue(Exq, "queue", MyWorker, args, unique_token: unique_token, unique_for: 5) Exq.enqueue(Exq, "queue", MyWorker, args, unique_token: unique_token, unique_for: 5) Exq.enqueue(Exq, "queue",...

This is in VSCode with the ElixirLS extension version 0.26.4, under Elixir 1.17.3 / OTP 27. There is a distracting behavior of an error highlighting I was trying to figure...

As it sometimes happens, an uncontrolled brew upgrade seems to have messed up the compatibility of the asdf-installed packages. I use asdf to install Erlang, however the wxwidgets, openssl, and...