Matt Andrews
Matt Andrews
Hey @csswizardry, I wondered if you'd consider adding Travis CI to this repository so that any Pull Requests to this project could be automatically checked: - for syntax errors; -...
@aintgoin2goa
instead of arbitrary go to sleep for 60's
rather than sleeping repeated hit apps during tests until they're good to go
Ahh, you could use this: https://www.npmjs.com/package/tar-stream I've used it in the past to process tar uploads to an http endpoint npm: tar-stream tar-stream is a streaming tar parser and generator...
Quick hack added here - https://github.com/matthew-andrews/offline-todo/commit/77fd61dae721cef895a901111976e75108e000c7?w=false But need to find out what's going on - what has changed in Chrome...
The problem with this is it effectively forces `js-yaml` to be a dependency of every single one of our repositories (because we have `circle.yml`s). What do you think?