Pawel Antemijczuk

Results 5 issues of Pawel Antemijczuk

Hi, I have an Elixir application where a `GenServer` defines a custom `child_spec` function as follows: ``` @spec child_spec(readacted()) :: Supervisor.child_spec() def child_spec([...]) do %{ id: __MODULE__, type: :supervisor, start:...

The typespecs imply that annotations can be strings, however the code prevents that from working. This PR changes that allowing for string annotations. I'd also like to create a Zipkin...

``` warning: Exception.exception?/1 is deprecated. Use Kernel.is_exception/1 instead ``` starts to occur in Elixir 1.15. This should hopefully fix this, although it does require minimum Elixir version of 1.11 (https://hexdocs.pm/elixir/1.15.4/Kernel.html#is_exception/1)...

Hi, I'm just trying to rebase #103 . This should allow for passing of `gen_tcp` socket options - this is especially useful for us, since we have to set `nodelay:...

Since Elixir 1.15 introduces code path pruning this library cannot compile anymore without the `:private_key` application in `extra_application`.