Cheng Gu
Cheng Gu
 Make it easier to download the driver's installer with a third-party downloader(like idm), It would be useful under a weak network.
layui 加载扩展的时候默认从根目录下加载,实际应该是 `/static/layui/`,需要配置一下
while the input is empty, entering key 'Backspace', the last tag will be removed
输出任务结果的时候,加了一行当前日期时间。 放在 crontab 等定时任务里,输出到日志的时候,看起来会比较方便
fix #7, #14 On my mac with traceroute Version 1.4a12+Darwin, traceroute output destination ``` traceroute to example.com (x.x.x.x), 64 hops max, 40 byte packets ``` as stderr, so we need...
1. Dockerfile 中正确使用 pnpm 安装依赖和构建 2. 修复 pnpm.lock 中的 leveldown 和 levelup 依赖 3. node-network-devtools 被标记为 devDependencies 但是在生产代码中有引用,需要移除(为了在 prod 下正常运行,后续debug可以使用其他形式注册)
As mentioned in https://github.com/beancount/beancount/issues/398 https://github.com/beancount/beancount/issues/423, chinese characters are supported in beancount (at least in v3). Because \p{L} does't include chinese characters in current tree-sitter-beancount environment, so I upated grammer to...