Alex Matchneer
Alex Matchneer
Ruby 3.0 introduced the FiberScheduler interface so that evented libraries like [Async](https://github.com/socketry/async) can hook into low-level blocking IO events and use them to efficiently schedule/coordinate concurrent Fiber-driven tasks behind the...
I don't feel super strongly about this but maybe it'd be nice for this library to also alias [`if-let`](https://clojuredocs.org/clojure.core/if-let) to `with`? Rationale: `with` is an unfortunate name whose falsy inverse...
Another possibly dumb proposal: http://emberjs.com/api/classes/Ember.Templates.helpers.html#toc_specifying-keys Ember's `#each` helper let's you specify an optional `key=` param for reconciling values/elements before and after a render, such that if an array element after...
I have a Purchase class, and it'd be nice if searching "Purchase" would surface exact matches to the top... is there any way to configure this ordering? This seems like...
I'm a bit confused how the Rails API has an [Arel Visitor](https://github.com/rails/rails/blob/9614d0bdc8c211b5da4471367399a713de9d38a9/activerecord/lib/arel/visitors/postgresql.rb#L39) or DISTINCT ON, and that [distinct](https://apidock.com/rails/ActiveRecord/ConnectionAdapters/SchemaStatements/distinct) appears to accept a set of columns to perform a DISTINCT ON...
Far as I understand, the whole `spree_active_merchant` gem deals with ounces, such as when you're specifying weight in the product packages section, but snuck in the code is a warning...
Closes #17 Closes #16 (includes its rake version dep bump) Not sure why the CircleCI isn't firing, but when I run rake test locally I get a failure, but i...
e.g.:  Weirdly enough though, if i add a line above this block, it will correctly display: 
I was learning this plugin and had the clock knob set to 120 BPM, but when i'd close and restart rack, the knob reverted back to Ext. I realized this...