Pavel Buchart
Pavel Buchart
Following spec fails for me from time to time and this PR should fix it. ```ruby subject.perform(args) expect(described_class).to have_enqueued_sidekiq_job(args).in(15.minutes) ```
I am generating text over an image. I use use following code: ``` rvg = Magick::RVG.new(800, 800).viewbox(0, 0, 800, 800) do |canvas| canvas.background_fill_opacity = 1 canvas.text(100, 100, 'my text').styles(font_size: 120,...
README links to http://rad-example.herokuapp.com/, but there is a usual error: `We're sorry, but something went wrong.`
I have a problem. I want to distribute a small portion of files (currently one) into a large number of repositories. I am hitting the limit 10GB of disk space...
I found it already implemented here: https://github.com/teachbase/imatcher/compare/master...salemove:imatcher:master. Would be great to merge it here and release. Unfortunately I cannot create a PR.