Tyler Pachal

Results 14 issues of Tyler Pachal

Hello, I am wondering why properties have to return a boolean result instead of a _truthy_ result like regular ExUnit assertions. As far as I know, it means that I...

๐Ÿ‘‹ Hello! I am trying to understand what the intended behavior is supposed to be when acquiring a semaphore and changing the `max` at the same time to a lower...

Fixes the behaviour of the `acquire/2` function when you provide a `max` which is less than the current count. See the issue for more details: https://github.com/discord/semaphore/issues/6

### The Problem I just accidentally deleted a lot of documents from a remote cluster because I forgot this tunnel was opened ๐Ÿคฆ. ### The Solution Add a `-block-deletes` flag...

## Changes proposed in this pull request If an email (or a part of a multipart email) has no `content-type` header, a default of `Content-Type: text/plain; charset=us-ascii` is assumed. ---...

I have an Elixir project where I am using `opencensus-erlang` for the first time. I have a helper function for wrapping pieces of my code in spans: ``` def span(name,...

I am trying to get a very simple example of the email parsing working, here is my code: ``` def parse_test() do email = """ Message-Id: From: Micah Warren To:...

### Environment * Elixir & Erlang versions (elixir --version): ```Elixir 1.9.1 (compiled with Erlang/OTP 20)``` * ExAws version `mix deps | grep ex_aws` ``` * ex_aws 2.1.1 (Hex package) (mix)...

As per [RFC2822](https://www.ietf.org/rfc/rfc2822.txt) wherein the mailbox-list and mailbox specifications are defined, the following format should be permissible per ยง 3.4: ``` "LastName, FirstName" ``` This PR handles that appropriately. ---...

๐Ÿ‘‹ Hello, I am getting started with the etso project and before I contribute other changes I wanted to merge this small PR to fix the compiler warnings. ```bash ==>...