John DeWyze
John DeWyze
I wanted to add I started using this library and hit this bug as well. If you come up with a solution I'm happy to test it out.
This morning I tried a quick approach where it would just recognize either character, but it was not that simple. A lot of the logic for adding/removing boxes is more...
@toastal I think I have solution, but I really _hate_ how the testing turned out. Any ideas on a better way to do this besides needing to have `#{SIGIL}` everywhere?...
I am on git 2.11.0 and git duet 0.6.0
RSpec does support a negated matcher with separate logic: https://relishapp.com/rspec/rspec-expectations/v/3-9/docs/custom-matchers/define-a-custom-matcher#matcher-with-separate-logic-for-expect().to-and-expect().not-to ```ruby RSpec::Matchers.define :contain do |*expected| match do |actual| expected.all? { |e| actual.include?(e) } end match_when_negated do |actual| expected.none? { |e|...
I opened a pull request with an incredibly verbose warning, if you have an edits I'm happy to make them. This is pretty obnoxious. It is possible to use the...
@chrisalley If you want any help with cleanup for a 2.0, let me know. I could contribute a bit.
Yeah, we can make that work. But in the case of trying to rename a class, column, etc. The presence of those can still be confusing. If we don't want...
Hmmm, I will try to take a look at that in the next week or two. If you need it sooner than that, feel free to open a PR. Thanks...
@dwelle Is this still the case? I am trying to reproduce it and the card appears for me. If it is still the case can you give me the exact...