Joni Bekenstein
Joni Bekenstein
I'm currently working on the same thing (the project I'm working on depends on storing > 5MB). What's the status regarding this issue? Has anybody made any progress?
I've made an initial refactor which abstracts the use of LocalStorage to a StorageAdapter, which is async (calls to setItem, getItem and removeItem returns a jQuery Promise). Then, I've implemented...
Follow up: I've managed to fix the error I was getting, and happy to say everything is working fine with Indexed DB! I'm using Sticky, and because of [this line](https://github.com/alexmingoia/sticky/blob/master/sticky-2.9.js#L270),...
I've made some more progress on the matter. Decided to stick with Sticky for now. Added some tests and other stuff. Everything is pushed to async branch in my fork....
Hi @nilbus Thanks for the review! To be honest, I gave up on this a while back. In general, my implementation had many flaws. I started working on a rewrite...
Hi @nilbus, great work! Sorry I couldn't reply earlier, I'm low on free time right now. Regarding your list of goals, I had similar ideas back then and decided to...
I believe the problems were related to how I was integrating dualStorage with the project I was working on, rather than the library itself. Anyways, I think one issue was...
This would be a nice feature indeed +1
Can you manually send a signal to reload a worker?
This is how I'm currently autoreloading the worker process. This is a management command I called devrqworker, so instead of running `manage.py rqworker` I simply run `manage.py devrqworker` during dev....