Will Spurgin
Will Spurgin
Took it up in #193 since I wanted to add some more docs around the behavior too. Thanks for the OG PR
Hi @mamirad, I'll need a little more to go on than this stacktrace. Can you provide a reproduceable example (e.g., Gemfile and example spec)?
Just a guess, but do you have `rspec-sidekiq` in the same group (presumably `:test`) as `rspec` in your Gemfile?
Yes I believe that's our friend @mamirad here asking and answering that question. @lime666 can you share your app setup (Gemfile etc.)? I can't reproduce but I made https://github.com/wspurgin/rspec-sidekiq/pull/214 that...
Seems to be fixed. Couldn't reproduce but since we're explicitly requiring the matchers, I expect it's fixed anyway.
An easy thing to check I suppose, but `meanio` was a _very_ different repo 2 years ago. I don't have the bandwidth to test it immediately, but it should be...
I'm gonna be sitting on this release for a few weeks so that there's time for 4.2.0 with #216 so that folks have a little bit of time to review...
Imminently!
@milindl thanks for helping to debug the apple silicon hiccups with running rdkafka. I've installed `librdkafka` from brew (which has [a check not unlike the one you have](https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/lib/librdkafka.rb#L40-L52) which one...
@milindl - here were my specs * macOs: `15.0.1` * Chip: `Apple M2 Pro` (apple silicon M2) * kafka-javascript: `0.4.0` * node: first tried latest `@23` then downgraded to `@20`