Adam Rice
Adam Rice
When using the native version on Ruby 3.2, the following warning is thrown: ``` [1] pry(main)> require "fuzzystringmatch" => true [2] pry(main)> jarow = FuzzyStringMatch::JaroWinkler.create(:native) In file included from /Users/arice/.ruby_inline/ruby-3.2.0/Inline_FuzzyStringMatch__JaroWinklerInline_b28bdb41b9c5ed658e673cdd79216695.c:1:...
I'm using PeepOpen with TextMate. Today I've found that when I activate the open file window, PeepOpen crashes rather quickly and doesn't seem to even make it to the point...
`hphp/runtime/base/base-includes.h` is no longer installed in HHVM 3.8 and so running make will produce: ``` agent_sdk_samples/hhvm/extension/newrelic.cpp:1:45: fatal error: hphp/runtime/base/base-includes.h: No such file or directory #include "hphp/runtime/base/base-includes.h" ^ compilation terminated. make[2]:...
When using any of the RSpec helper methods for delayed jobs (`allow_to_delay_run`, `allow_to_delay_execute`, `expect_to_delay_run`, `expect_not_to_run_delayed`, `expect_to_not_run_delayed`, and `expect_to_delay_execute`), the interaction is actually run, unlike the non-delayed helper methods. Testing this...
When using any of the RSpec helper methods for delayed jobs (`allow_to_delay_run`, `allow_to_delay_execute`, `expect_to_delay_run`, `expect_not_to_run_delayed`, `expect_to_not_run_delayed`, and `expect_to_delay_execute`), a `NoMethodError` is thrown because `ActiveInteraction::Extras::Rspec` expects the interaction instance to respond...
I have a brand new installation of administrate in an application using Active Record strict loading. At this point, I haven't modified the auto-generated dashboards and I can get the...