闲耘™
闲耘™
[GitLab Notifications](https://github.com/hotoo/gitlab-notifications) can help you do this.
Sorry I have no time for this extension now, it's unfinished, but I public project now, you can do everything you want, and PR is welcome. https://gitlab.com/hotoo/gitlab-notifications
Is good idea. I will do this feature.
应该是没有这个词,欢迎 PR 添加
https://cdn.jsdelivr.net/npm/[email protected]/amd/pinyin.js
fixed
Add function: ```js function parseDateFormatToRegExp(format) { // https://momentjs.com/docs/#/displaying/ const source = format.replace(/\[([^\]]+)\]|(\.)|(YYYYYY|YYYY|GGGG|gggg|DDDD|DDD|MM|DD|WW|ww|M|D|W|w|Q|d|E|e)/g, function($0, plaintext, dot, token) { if (plaintext) return plaintext; if (dot) return '\\.'; switch(token) { case 'YYYYYY': return...
@liamcain see this pr please :)
## 背景 1. spm 使用了 jscoverage 来生成测试覆盖率 2. detector 模块中书写了 `var window = this` 这样的代码,在浏览器中运行时指向 `window` 3. 使用 `spm test` 运行测试最终会调用 jscoverage 模块来生成覆盖率 4. 但是测试 detector 模块时,jscoverage 抛出 `[jscoverage] unknow...
@Gamote lottie-react@v2 dependencies on lottie-web@^5.10.2, lottie-web is support path, why lottie-react@v2 cannot support it?