Eric

Results 8 comments of Eric

> hi @treenewbee and sorry for the late answer, I'm just trying to do a bit of cleaning chore: can you be a bit more explicit on which conflict you...

https://github.com/sfcgeorge/rbclipper

Did a c library upgrade to the latest version but didn't realize constant/function names even implementation have changed, but here is a fixed and working version : https://github.com/treenewbee/rbclipper This has...

I believe so. On Aug 29, 2016 18:05, "Mike Owens" [email protected] wrote: > Is ruby_clipper considered the most-maintained fork? I'd like to point > people to one that's more active....

I didn't code anything with rb-inotify, when you create a fresh rails6 application with delayed_job 4.1.8.beta1, and bin/delayed_job run, this is what you will get. Issue is caused by this...

bin/delayed_job start seems to be working totally fine, which daemonize to a process.

If you `touch log/delayed_job.log`, the error is gone, `rm log/delayed_job.log` the error is back Bug is likely here: 2478a92cc6cda0709d73ffa612d195b4ea19e191 Which changed something about log/path.

4.1.8 same error occurs even with long/delayed_job.log presents