Samuel van Eck
Samuel van Eck
From the `spec/worker_spec.rb` I found an example that could work with the calling `perform` ``` let(:worker) { SomeWorker.new } it "loads container using @jid and runs original perform" do expect(worker).to...
@marqsbla I've added you fix and works fine. I've modified the `docker-entrypoint.sh` added this line when setting the dropbox account. ``` usermod -d /opt/dropbox/Dropbox dropbox chown dropbox:$(id -gn dropbox) /opt/dropbox/Dropbox...
> Mm it seems > > /docker-entrypoint.sh: line 115: 45 Killed gosu dropbox "$@" > > > > Is being done every period the polling is set to, in my...
For anyone that got an error installing songrec with cargo about an incorrect version of libffi: ``` Package 'gobject-2.0' requires 'libffi >= 3.0.0' but version of libffi is 2.1 ```...