pandada8

Results 22 comments of pandada8

POC: https://github.com/pandada8/backpack very rough implementation and need improvement Usage: `backpack run xxxx.js -- --extra-options-can-be-pass-to-script`

I think fix #234 should fix #199 the problem seems caused by a fix to #110 https://github.com/genuinetools/img/commit/b38a9eb63126413a3388f5e642c2f93ef9321908. which create a snapshot when pulling the image.

TODO: write without jquery

bad news, after digging with persist.js api i found no `empty()` api. so i think we may set a record called `records` or whatever, and push the key of the...

我感觉这样并不行 如果当一个用户意外退出后又意外的打开了预览页面,这时候存档就被删了 顺便原来的presist的remove函数有问题 f9d4273374 这里修复了

OK…过段时间给PR

吃完饭了XD 但是同样的问题还是存在,如果不维护一个本地缓存的列表的话无法知晓本地到底有哪些缓存 presist.js 没有一个获取全部缓存的api

没有获取列表的API怎么知道现在本地存了哪些东西呢

我觉得多放一个列表也没增加太多的复杂度,而且目前来说这样可以比较好的解决