Oskar Pearson
Oskar Pearson
@geshwho I think this is now already done - let us know if you have any issues. Block format for `.scan` was already implemented in the codebase - and https://github.com/charkost/prosopite/pull/41...
@rhiroe Is this because the string contains the escape sequence to mark things as red? https://github.com/charkost/prosopite/blob/main/lib/prosopite.rb#L200 If so, you can use a custom logger to avoid that: https://github.com/charkost/prosopite#custom-logging-configuration
Related: https://github.com/flyerhzm/bullet/issues/435 and https://github.com/flyerhzm/bullet/issues/120
Further to this, it'd be great if we could have a pattern for selectively testing for n+1s in only certain rspec tests - not everywhere. In bullet this is done...
@charkost Was wondering if you thought a PR to wrap methods for the above would be useful? Thanks!
Hi @shin- and @Larsjep Docker CE 17.12.0 has just been released, and includes "Bump Go to 1.9.2" for both moby and the cli. See the Runtime section of https://github.com/docker/docker-ce/releases/tag/v17.12.0-ce Is...
I suggest closing this in favour of https://github.com/bitpay/cordova-plugin-qrscanner/pull/214 if everyone is happy with that PR. This one unfortunately runs into memory issues after a short while due to the canvas-leak...
As we're hoping to update our Rails app to Ruby 3 soon *and* add wisper it'd be great if this could get merged 🍾
Can probably be closed given the work that's going into https://github.com/krisleech/wisper/pull/194 ?
We attempted to use nakayoshi_fork today, and found some very strange behaviour, seemingly related to https://github.com/rgeo/activerecord-postgis-adapter and rgeo-activerecord and the rgeo gem. Most notably, we received an exception in https://github.com/rgeo/rgeo/blob/v2.1.1/lib/rgeo/wkrep/wkb_generator.rb#L159...