Jason Axelson

Results 208 issues of Jason Axelson

This allows using `Module.concat/1,2` to provide the middleware. The benefit of this is that the resolver no longer has a compile-time dependency on the middleware, and more importantly a transitive...

To reproduce run: WALLABY_DRIVER=chrome mix test integration_test/cases/browser/assert_refute_has_test.exs:29 When it fails it looks like: ``` ❯ WALLABY_DRIVER=chrome mix test integration_test/cases/browser/assert_refute_has_test.exs:29 warning: :simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead (elixir 1.18.1)...

### Elixir and Erlang/OTP versions Erlang/OTP 27 [erts-15.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit] Elixir 1.18.1 (compiled with Erlang/OTP 25) ### Operating system macOS 15.6.1 ### Browser Chrome ### Driver...

### Existing Issue or Pull Request Verification - [x] Confirmed, no existing Issues or Pull Requests found related to my submission. ### Package Version main ### Are you using the...

## Proposed change Added note about trailing slash in API endpoint. This tripped me up because I didn't expect it (many/most other API's I've used don't include a trailing `/`...

hacktoberfest

First off, thank you for Another Quick Switcher! It's an essential part of my Obsidian workflow! One feature that would improve Another Quick Switcher for me personally is the ability...

enhancement

Is it necessary for this project to depend on StreamData? It makes it a bit harder to adopt because many projects have been configured to use StreamData in only the...

If you have a running project and you: - stop your server - add `configparser_ex` to your mix.exs - run `mix deps.get` - start your server - call `ExAws.CredentialsIni.File.security_credentials(nil, nil)`...