Michael Harris

Results 7 issues of Michael Harris

When I run a Rails console and access a new model (triggers a describe) there's a high chance that the operation will lock up the console. My CPU usage shoots...

People seem to miss the note about [running in production](https://github.com/sunspot/sunspot#running-solr-in-production-environment) a little too often for my comfort. I propose we remove that gem entirely and provide more detailed instructions for...

### Command test ### Description After upgrading to Angular 20 the old karma junit reporter library stopped working for us. Happily, the vitest runner directly supports [junit](https://vitest.dev/guide/reporters). However, it doesn't...

type: bug/fix
freq1: low
severity3: broken
area: @angular/build
angular/build:unit-test

First off, this library seems well thought out and comprehensive. Thank you for providing it. In the [documentation for subscriptions](https://railseventstore.org/docs/core-concepts/subscribe#synchronous-handlers) it shows the subscriber being called with only the event....

The operator class has an `evaluate` method. It's helpful to be able to call it explicitly to test custom operators so I'm updating the type definition to include it.

### What happened? The installation instructions link to here: https://www.jaegertracing.io/docs/2.6/operator/ which is a dead link. I came here looking for installation instructions because all of the 1.x documentation for installing...

bug

We hit the default actor limit of 100 during a feature rollout in our application. We also had a `flipper.rb` registering some things and a memoize: ``` Rails.application.configure do config.flipper.memoize...