Tyler Pachal

Results 3 comments of Tyler Pachal

I have provided a potential fix for this issue: https://github.com/discord/semaphore/pull/7 Executing the same example as above now returns `false` for `iex(7)`: ``` iex(1)> Semaphore.acquire(:a, 5) true iex(2)> Semaphore.count(:a) 1 iex(3)>...

I am not sure - at least not directly. This came about because I essentially have a wrapper module around `elixir-mail` that does this same functionality because everything downstream in...

Thanks for the quick comment! > ... but they don't change how the Elixir `with_span` macro works which I think you would want to use ... Where is that coming...