Micah Geisel

Results 30 issues of Micah Geisel

Heya, thanks for equalizer! Was debugging a performance issue today and noticed that ~25% of the request time was taken up by repeated calls to equalizer's `#hash` method when I...

Heya, I've recently been migrating my projects from my own driver at https://github.com/botandrose/capybara-headless_chrome to this one. Much better! Thank you so very much! However, there is one thing that I...

Way back in 2012, 016d66c4c9621fceadbebeb80feb5744d810c681 changed the `::[]` API to act as both a command and query, in a decision based on pragmatism. At the time, @bmabey noted his dislike...

Note that this only happens with sass syntax, not scss syntax. ## input.sass ```sass h1 margin-top 1px ``` Note the missing colon after `margin-top`. ## Actual results libsass 3.4.3 ```...

Bug - Maybe
Dev - Test Written
sass2scss
Dart Backport Done

Hello! I hit a segfault upon upgrading my app to to Sprockets 4.0, and eventually tracked it down to this. I also think it might be the same issue as...

Steps to reproduce: ``` $ irb 2.3.0 :001 > require 'scrypt' => true 2.3.0 :002 > require 'mkmf' => true 2.3.0 :003 > exit ``` ``` $ irb 2.3.0 :001...

Hello, thanks for rack-tracker! I've been using it for years, and so I really appreciate your efforts with it! Google is pushing everyone onto GA4, so I want to add...

enhancement

Heya heya, I'm getting an infinite loop in Ember-Cli-Rails when building the app, and I've tracked it down to the outputReady hook in this addon not firing. Don't have any...

# Description Refactor `Test::Case` to use a new base class of `Value`, which encapsulates the idea of an immutable value object instantiated by keywords. This is very similar to the...