Kris Leech

Results 64 comments of Kris Leech

If anyone wants to pick this up it would be great. We can drop support for EOL Rubies and add Ruby 3 keyword arguments support.

> I think someone should just publish a clone of this that is ruby 3 ready. The wisper-next gem isn't as full-featured yet as this, and the async functionality for...

Just waiting on https://github.com/krisleech/wisper/pull/197

Anyone on this thread please try https://github.com/krisleech/wisper/pull/205 on your codebase and report back any issues... We are close to a release if we can get this tested on some production...

wisper 3.0.0.rc1 has been released

I've had a similar problem since we get people's names from a third party which includes a department suffixed to the last name which includes square brackets. ```ruby # without...

I'm not sure about this `attributes.respond_to?(:permitted?) ? attributes.to_unsafe_h` as it is specific to ActiveRecord. However at the moment I do have an alternative...

A `virtus-rails` gem which monkey-patches might be an option.

For now, either: ```ruby gem "capybara" gem 'capybara-webkit', git: 'https://github.com/thoughtbot/capybara-webkit.git' ``` or ```ruby gem "capybara", '~>2.0' gem 'capybara-webkit' ```

You can submit a PR for the docs by going to the page and clicking "Edit in Github" 👍