Ivan Kuchin

Results 199 comments of Ivan Kuchin

Otherwise it [works](https://travis-ci.org/toy/dump/builds/53275267) on rails 4.2.

I knew that someone will ask this sooner or later. It will be a good idea to adapt project so it will be not only for RDBMSs. Also I have...

Please test version 1.0.2

Something with mixing stderr and stdout. Can you try running `cd /home/user/application/current; bundle exec rake -s dump:create PROGRESS_TTY\=\+ RAILS_ENV\=production TAGS\=remote,backup 2> /dev/null` and tell what you get as output?

This works as it should, can you try to run this command using `cap invoke`?

This works: https://github.com/Hammerspoon/hammerspoon/issues/706#issuecomment-881958949 For example: ```lua hs.hotkey.bind({}, 145, function() hs.eventtap.keyStroke({}, 'F1') end) hs.hotkey.bind({}, 144, function() hs.eventtap.keyStroke({}, 'F2') end) ```

Thanks for contribution! But there is a trick about this: workers are responsible for checking if the size was reduced (check usage of `optimized?` method in workers) and all but...

It is very strange that png images are growing in size, is it possible for you to share some of them? It looks like a bug. About the PR: I...

This pull request can still be useful for someone using `image_optim` on jpeg files, so if you want you can finish it and add the option to produce only smaller...

You've committed `lib/.DS_Store`. Probably it is better to add `.DS_Store` to `.gitignore`, I just have it in my global git ignore file.