James Keys

Results 9 comments of James Keys

This issue makes this library impossible to use with django's CachedTemplateLoader: https://docs.djangoproject.com/en/1.8/ref/templates/api/#django.template.loaders.cached.Loader > All of the built-in Django template tags are safe to use with the cached loader, but if...

+1 I also just had this problem on a fresh AWS Ubuntu 14.04 box.

FYI this happens whenever you get an uncaught error in the `module.exports` function. In my case it was `grunt.file.readJSON('./does/not/exist.json')` (throws `ENOENT`, if you see that somewhere nearby you have the...

I actually agree, and don't think the `curl somescript.sh | sudo bash` anti-pattern is great either even with https, but will leave the PR open for visibility, since at least...

@patrickathompson I'm running 64-bit 14.04 and having the same problem as everybody else. To me it seems likely there is something wrong with the PPA.

Also, something like `every 25.minutes` sets a crontab to run on `25,50 * * * *`, i.e. 25 min and 35 min alternating intervals. If it's something that's not possible...

Same here. I downloaded the `split_tests` binary from the latest Github release, the same way the script does, and verified that it worked as expected. However, I could only test...