Liwen Guo

Results 11 comments of Liwen Guo

Ah okay, that kinda makes sense. I think there are two issues here - (1) the fact that there is no official "backup reader" configuration, as you said, but (2)...

Are there any plans for this? FYI this is the issue with the most +1's and there are several duplicates (#601 , #1265, #1411) so there's clearly a lot of...

Awesome, good to hear that! @maxkorp To be honest I have no idea what the difference and generally the context here is, I just used the terminology I saw in...

As a Windows user, nowadays I've actually come to expect CLI tools to have their config in HOME. Even Microsoft is using `~/.dotnet` and `~/.nuget`. Also consider that `AppData` isn't...

Just noticed the delay happens for any change in the tab sidebar, i.e. also creating and closing tabs.

Regarding the security aspect, also consider the VS Code tasks system, Git hooks, and probably _a lot_ more. The attack surface here is extremely large.

Since node-sass compiles `.css` files in watch mode when using the same input and output folders (see [1](https://github.com/sass/node-sass/pull/1925), [2](https://github.com/facebookincubator/create-react-app/issues/1939)) and node-sass-chokidar does not, does this mean that this behavior will...

Heavy +1 for option 2. I think option 2 should be the default, option 1 defeats the point of a `PartialDeep` utility type in the first place since it arbitrarily...

Unfortunately there is an issue using the CompressWebpackPlugin with VuePress. The compressed `app.xxx.js.gz` file is missing `(window.webpackJsonp = window.webpackJsonp || []).push([[0], []]);` at the beginning which the `app.xxx.js` contains. This...

Not sure where the issue lies, didn't look into it too much since there was an easy workaround with the `gzip` command.