Chris Gunther

Results 33 comments of Chris Gunther

Thinking more on this, I don't think it's specific to the negative case, but rather confusion around what the argument-less `have_enqueued_sidekiq_job` means. For example, consider the following: ```ruby class MyJob...

It'd probably be a big migration for existing users of this library, but maybe rspec-rails's native [`have_enqueued_job`](https://rspec.info/documentation/6.0/rspec-rails/RSpec/Rails/Matchers.html#have_enqueued_job-instance_method) is a better pattern to follow, where the argument-less `have_enqueued_sidekiq_job` could simply check...

CI is failing because of an upstream change in Nori, which can be fixed by https://github.com/NetSweet/netsuite/pull/607

I just hit this as well and can confirm the fix resolves the issue for me.

Updated to add search only fields to `PurchaseOrder` as well.

Updated to add the search only fields to `WorkOrder` as well.

Has it really been shutdown? All I can find is [this article](http://analytics.blogspot.com/2011/12/introducing-google-analytics-core.html) dated 12/8/11 stating that 2.3 is deprecated but will be supported for 6 months.

It looks like its working again for me. I'm using v0.9.1 of the gem with the XML response. So maybe it was just a temporary glitch on Google's side. My...

The source here switched from XML to JSON in July but v0.9.1 of the gem predates that, which is what I have in use currently.

I took @jamescook's fork and started working with it more to support V3: https://github.com/cgunther/garb/tree/v3