Eric Mueller

Results 12 issues of Eric Mueller

An endpoint (and bookmarklet) that redirects to your most recent unread feed entry, and marks it as read. If there are none, simply display a static page to indicate that....

### Steps to reproduce ``` require "cancan" class Thing attr_reader :holder def initialize(holder); @holder = holder; end end class Ability include CanCan::Ability def initialize(user) # can read the attribute, but...

* Version of Ruby: 3.0 * Version of Kafka: not relevant (there are several) * Version of ruby-kafka: 1.5.0 I'm not sure how to set up an isolated example -...

Hello! We're writing a tool that runs other tools, rspec among them. One of the problems we've been running into though, is that a ton of people use simplecov already,...

Update the README to mention the object-shape optimization - explain (a) that Memery uses a single instance variable, (b) link to a few resources about the topic, (c) give a...

The published version of this gem still uses trollop - I see you have that updated already in the repository, and I'd love to drop the extra (rotting) dependency from...

Well, aside from a few lines in two other PRs (https://github.com/rspec/rspec-expectations/pull/1457 and https://github.com/rspec/rspec-expectations/pull/1456) that needed non-spec changes. First, I found and marked all of the segments that seem to be...

This hopefully resolves #1132 and #1288 - essentially, if you leave `strict_predicate_matchers` disabled and use a null-object spy like this: ``` let(:thing) { spy('my thing') } it "does the thing...

I'm not certain if this belongs in an issue, or if I should be starting a conversation in a mailing list somewhere instead (please do correct me if I'm using...

With the default definition, cloning a StdErrSplitter results in the clone having the same @orig_stderr instance as the original Splitter has, which means that reopening either Splitter affects both (since...