Baz
Baz
> * Proper daylight savings time fix by switching to storing files with unix timestamps rather than YYYY-HH folders (client should specify timezone in API calls to avoid any assumptions...
> but why do you need to interact with the segment data? I think of them like internal binary blob storage for the database not intended to be used directly....
Thanks for updating the demo, that's much better - when I sent it, the priority was high enough, but obviously the set changed, which I should have expected. So check...
Another bit of information: the important part about the listener at the end, is that it does NOT have a limit on it. If you add the same limit, it...
I used [zip-folder](https://www.npmjs.com/package/zip-folder).
Thanks for the lib, works decently in chrome, but it is unusable in FF 44.0.2, locks up the browser forcing a hard close
[scrypt-async](https://github.com/dchest/scrypt-async-js) works well in all browsers, has zero locking for any chosen paramters, and I verified results against the node.js reference lib.