Aaron Renner

Results 8 issues of Aaron Renner

I have an umbrella app with the following apps ``` myapp1 models utils otherapp ``` myapp1 has a conform dependency tree like this: `myapp1 -> models -> utils`. When I...

In issue #473, it appears we'd be able to get more information if allow developers to pass custom options to on chromedriver startup. Below are the options needed to get...

## Issue I was looking through the codebase and noticed that we're actually passing `:hackney_options` to `HTTPoison`. https://github.com/elixir-wallaby/wallaby/blob/4e3818ded8001177a313b85cacaac14244a3303a/lib/wallaby/httpclient.ex#L53-L55 HTTPoison takes slightly different options than hackney, so I'm thinking it would...

This adds `Bypass.stub/2` as a version of `Bypass.expect/2` that does not require any requests to be made. ## Purpose I love how easy it is to spin up a dynamic...

When running `mix deps.get` using Hex 1.0.1, mix makes the following updates to mix.lock. These changes will make it so people who are running more recent versions of elixir don't...

In opentelemetry_api 1.2.1, the erlang modules are missing from the hexdocs. | 1.2.0 | 1.2.1 | |----| --- | | | | I'm guessing this wasn't intentional because those erlang...

I tried running `mix test` on elixir 1.15.6, Erlang 26.1.1, Ubuntu jammy and received the following errors when compiling dependencies. ``` ===> Analyzing applications... ===> Compiling mimerl ==> ssl_verify_fun Compiling...

Thanks so much for adding the volume control (#22) as I also have noticed the volume level of milkshake is significantly louder then the rest of my system. The volume...

enhancement