Eric Chen
Eric Chen
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#reporting-new-issues). ### Motivation Global css messes up many things, please consider removing...
example:  
`webpack-chain` is awesome. However, it's hard to manage the order of `ChainedMap`, and order is matter in `webpack`, e.g., entry/plugins/module.rules. Is it possible to provide `.before()` `.after()` API for every...
For v17 Support css-loader : `options.modules.namedexport` https://github.com/webpack-contrib/css-loader/tree/v4.3.0#namedexport https://github.com/webpack-contrib/css-loader#namedexport Fix: https://github.com/vuejs/vue-loader/issues/1788, https://github.com/vuejs/vue-loader/issues/1794, https://github.com/vuejs/vue-loader/issues/1709, https://github.com/vuejs/vue-loader/issues/1612, https://github.com/vuejs/vue-loader/issues/1866
## Current Behavior  ## Steps to Reproduce 1. open 2. go to one of ENDPOINTS 3. click an anchor link ## Environment - Version used: 7.5.20 - Link to...
有一些无意义的操作是否考虑内置禁用?例如: - 将子节点拖进它的父节点当中,实际父子关系不变 - 将节点拖放到前一个节点的后面,实际顺序不变 - 将节点拖放到后一个节点的前面,实际顺序不变
Version: 0.1.0 Settings: ```jsonc { "editor.codeActionsOnSave": [ "source.organizeimports", // put anything before format "source.formatDocument", "source.fixAll.eslint" ] } ``` Output panel: ``` [exthost] [warning] rohit-gohri.format-code-action - Code actions of kind 'source.fixAll.format'...
- [x] I have searched the [issues](https://github.com/antvis/g2/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? 减少了多折线(复用Y轴)图中无用的空白区域面积,例如下图的橙色部分  ### What does...
When clicking a link tag is not a relative URL, open the page on the new window.
I make a prettier-plugin for DBML: https://github.com/nice-move/prettier-plugin-dbml But I find out that project info will be missing when converting DBML to * and * to DBML. ```js const { exporter...