nyngwang

Results 266 comments of nyngwang

> so the functionality is actually the same regardless of whether you have set up the card or not. @DGmip Did you read what the author said? quoted: > The...

When? So (s)he gave up using GitHub?

#35 seems like a similar issue?

@kola-web You didn't follow their convention of using 2-spaces for 1 indentation. You used tab-char everywhere in this PR.

@kola-web ~~Why does the solution look so complicated?~~ Nevermind, I just realized that you only changed some parts of the original code of this repo. Thanks for sharing.

@musjj @kola-web @saysora First of all, let's talk/check about path-autocompletion mentioned by OP. By path-autocompletion itself, it's probably useless without compiler/bundler support. That is, you can tweak your editor settings...

@kola-web Thanks for your concern. it's indeed required for not just vue, but also webpack in my case. That's because `tsconfig.json` by default excludes all js/jsx files for type analysis...

@tamton-aquib Here is the config I used for the testing: (i.e. I was passing `{}` into the `setup`, instead of calling `setup()`) ```lua config = function() require('zone').setup {} end ```...