Angelo Lakra
Angelo Lakra
Sometimes when `Romeo.Transports.TCP.send/2` gets called in my application, my socket returns `{:error, :closed}`, and thus, a pattern match is not found. ``` 11:38:56.986 [error] GenServer #PID terminating ** (MatchError) no...
It would be useful to have a `.partial_expand/2` function or something similar that behaves like so: ``` elixir UriTemplate.partial_expand("http://example.com/request{?id,query}", id: "123") ``` could return something like: ``` elixir "http://example/request?id=123{&query}" ```...
When running an application with a docker image running with minimal OS dependencies (e.g. in continuous integration), it appears running mix commands will fail if the docker image doesn't have...