Pig Fang
Pig Fang
- [ ] `waitForTarget` Ref: https://github.com/GoogleChrome/puppeteer/blob/v1.11.0/docs/api.md#browserwaitfortargetpredicate-options - [ ] `waitForRequest` Ref: https://github.com/GoogleChrome/puppeteer/blob/v1.11.0/docs/api.md#pagewaitforrequesturlorpredicate-options - [ ] `waitForResponse` Ref: https://github.com/GoogleChrome/puppeteer/blob/v1.11.0/docs/api.md#pagewaitforresponseurlorpredicate-options - [ ] Accessibility Ref: https://github.com/GoogleChrome/puppeteer/blob/v1.11.0/docs/api.md#class-accessibility
目前本项目的仓库已迁移到:https://github.com/bs-community/blessing-skin-server 感谢各位的关注和支持。 @printempw 请您 archive 掉这个仓库。
**Description:** Implemented [`property-no-vendor-prefix`](https://stylelint.io/user-guide/rules/list/property-no-vendor-prefix) rule. **BREAKING CHANGE:** No.
### Describe the bug The ecma linter has a rule `no-use-before-define`, but its report level is decided by the rule itself, which will override users' config: https://github.com/swc-project/swc/blob/main/crates/swc_ecma_lints/src/rules/no_use_before_define.rs#L115-L119 As a configurable...
I've noticed that there's a `postinstall` script for downloading binary file of dprint from GitHub Releases, but connecting to GitHub Releases from China is very slow, which causes installation of...
I'm going to create some packages which are bindings of skinview3d for some popular front-end frameworks/libraries. These packages will provide components and accept properties then pass them to skinview3d. Currently...
文档:https://eslint.org/docs/rules/no-unused-expressions 直接移除 node。 但如果子节点中包含 `MemberExpression`,则不修复。因为会有以下情况: ```js var obj = Object.defineProperty({}, 'prop', { get() { /* 产生副作用 */ } }) obj.prop ``` 当然也不排除这个 fix 过于激进,所以也可以考虑不实现这个 fix。
https://github.com/bs-community/blessing-skin-server/discussions/351
Support `is-date-disabled` prop for `type="monthrange"`. Fixes #4429
When extending a remote config with a URL, current implementation is hashing the URL string and using hash as cache key. This can be a trouble because when remote config...