Aaron Tavistock

Results 11 issues of Aaron Tavistock

I'm able to easily switch adapters before the supervision tree starts, but I'm somewhat confused on the best approach to the decorator pattern and how it might work with different...

## Feature Request #### Is your feature request related to a problem? Please describe. Requesting the Elixir version can take upwards of 700ms, because `elxiir --version` starts the entire VM....

🐣 optimization
🌱 good first issue

#### Current Behavior I'm using a custom command called `asdf_elixir` in my prompt, the actual shell command runs in

🐣 optimization
✅ existing workaround

These are beautiful icons, but I'm wondering if its possible to make the tag data available to help find the images someone might need? Could be `sql`, `json`, or even...

Conversation in https://github.com/TechEmpower/FrameworkBenchmarks/pull/9198 lead to some meaningful optimizations Specifically - Obtain one db connection for all queries within a request. - Optimized flow of getting world ids

https://github.com/TechEmpower/FrameworkBenchmarks/blob/85ff4916681461ffe36724a91895cbc978fcf20b/frameworks/Ruby/rails/app/controllers/hello_world_controller.rb#L22 I was under the impression that this should be a loop doing multiple lookups that may or may not hit the cache. This implementation is doing one large cache...

The documentation has many examples of style options, but theres no list. It would be nice if the documentation had a list to know what styles are available to enable...

question

This is a pretty esoteric edge case, but putting this issue in for informational purposes. In an ongoing effort around performance and load testing I've found that with HTTP 1.1...

https://github.com/bartblast/hologram/issues/355 The scope of the issue was for `:binary.split/2` and `:binary.split/3` - This required creating `:binary.compile_pattern/1` and implementing the existing matching algorithms, which was the bulk of the actual work...