Eric Chen

Results 27 issues of 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...

proposal
external

example: ![ubuntu](https://badgen.net/docker/size/library/ubuntu/latest?label=ubuntu) ![node](https://badgen.net/docker/size/library/node/latest?label=node)

`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...

enhancement
help wanted

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 ![1655262182067](https://user-images.githubusercontent.com/12206891/173727866-e74c0890-5a05-4e89-8860-1e164ee3912a.png) ## Steps to Reproduce 1. open 2. go to one of ENDPOINTS 3. click an anchor link ## Environment - Version used: 7.5.20 - Link to...

t/bug
p/medium

有一些无意义的操作是否考虑内置禁用?例如: - 将子节点拖进它的父节点当中,实际父子关系不变 - 将节点拖放到前一个节点的后面,实际顺序不变 - 将节点拖放到后一个节点的前面,实际顺序不变

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'...

bug

- [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轴)图中无用的空白区域面积,例如下图的橙色部分 ![image](https://user-images.githubusercontent.com/12206891/88766255-47f36380-d1aa-11ea-9410-f4d510f31a3a.png) ### What does...

enhancement
Scale
v5

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...

bug
enhancement