Ryan Gibbons

Results 12 comments of Ryan Gibbons

Nice, I currently don't have the bandwidth either. I'll add this to the list of things to hack on though as there is a chance I'll be able to use...

Curious if there are any updates on this. FreeBSD package shows it's being copmiled with `--disable-cloud` wasn't sure if this was related to the issues 2 years ago, or an...

@juafrlo's fix worked for us - would be nice to get this fix formalized. (found this project and bug via modernizr)

You could use two different variables.`{{swapfile_size}}` for fallocate, and then `{{ blocksize }}` and `{{ block_count }}` for `dd` Another simple option would be to change `swapfile_size` to `swapfile_size_mb` then...

For #1, I think having an option to do this would be useful. I just haven't had that use case yet. For #2, I had a simliar use case, but...

Hey, regarding #2 check out https://github.com/rtgibbons/grunt-cloudfiles/pull/21

I haven't use grunt-newer, looks cool. Could could please help and provide some more feedback about what happens when you try and use it right now I believe we are...

Just thinking about this, one of the issues with using grunt newer, it will only detect if the swig file itself has changed, it would check the other files for...

I don't use it anymore, we've moved on to using S3 for things, and using the aws cli for uploading files vs a grunt task. I know there are still...

This looks awesome. I've been neglecting this package b/c I don't use it any more. I'll try to spend a few hours and get everything updated and push out a...