Kyrylo Silin

Results 91 comments of Kyrylo Silin

I confirm this is not fixed. Please, reopen (the stacktrace is identical to the OP's stacktrace).

Any news/plans on this? At the moment I'm using a fork of this gem with this PR merged in.

@chrishough try this https://github.com/airbrake/resque_spec

It's just a fork where this PR is merged. You don't want to touch `Resque.inline`, if I recall correctly. Unfortunately, I don't test job retries, but it works quite well...

I can confirm that `undo` is broken, but I can't reproduce the`redo` bug, too.

This occurs in my app even with Sprockets 3: ``` /Users/kyrylosilin/.gem/ruby/2.7.4/gems/sassc-2.4.0/lib/sassc/engine.rb:43: [BUG] Segmentation fault at 0x0000000000000000 ruby 2.7.4p191 (2021-07-07 revision a21a3b7d23) [x86_64-darwin20] -- Crash Report log information -------------------------------------------- See Crash...

In theory we should implement filters and then users will be able to pass those via them.

I guess you meant #67. Thanks!

Не совсем в тему, но, возможно, кому-то поможет. У меня при выполнении `cd x11clip; node-gyp configure build` была такая ошибка (следовал инструкции). ``` gyp info spawn args [ 'BUILDTYPE=Release', '-C',...

Кстати, если у вас стоит Питон 3, то билду это не понравится. Нужно выполнять команду так: `node-gyp configure build --python python2` (предварительно убедившись в наличии Питона 2).