Daniel Li

Results 19 issues of Daniel Li

Please support datetime and datetime-local type for input

This is a very nice App. Thanks for your work. BT downloading is always hard at the end. Sometimes the task info showed it was in 100% progress. But some...

http://mongoosejs.com/docs/subdocs.html When I am using Sub-Document. There is an error. ``` /home/project/node_modules/mongoose-history/lib/mongoose-history.js:31 var history = new hm.HistoryModel(hm.historyCollectionName(this.collection.name, customCollectionName), options)(historyDoc); ^ TypeError: Cannot read property 'name' of undefined at Document. (/home/project/node_modules/mongoose-history/lib/mongoose-history.js:31:79)...

为了调试的时候方便备份和恢复数据,所以在设置界面的Debug区域添加了备份和导入数据的功能。 另外不连接player-be的时候也可以用这个方法来备份和迁移数据。 目前看核心配置信息和歌单完整信息都在localStorage里,所以就只备份了这块; 部分登录信息在Cookies中,处于实用性和安全方面考虑暂未包含这部分的备份。 导入数据的功能不会删除现有数据,仅会覆盖备份文件中提供的字段。

For personal usage, use RAM as cache if there is no Redis.

This is a great script! Is there any way I can use more arguments of snapraid? Like `--force-zero` and `--pre-hash`.

Hi, npm audit found 3 vulnerabilities in [email protected]. ```bash $ npm audit === npm audit security report === ┌──────────────────────────────────────────────────────────────────────────────┐ │ Manual Review │ │ Some vulnerabilities require your attention to...

Hi, Is there any solution? Or need more information? ChinaDNS 1.3.2 from opkg Processor : ARMv7 Processor rev 0 (v7l) ASUS RT-AC66U B1 Router Linux RT-AC66U_B1-A340 2.6.36.4brcmarm #1 SMP PREEMPT...

``from`` is regular expression, ``fromFlags`` is flags of regular expression, and ``to``is letter. In the internal ``from``, ``fromFlags`` and ``to`` are used with ``String#replace(new RegExp (from, fromFlags), to)``. ```json "plugins":...