Amir Raminfar
Amir Raminfar
Was there a solution to this? I agree that the return value should be 0 when using `--help` but I don't see a way to fix it.
As anybody actually looking at this repo anymore?
Repo is over 3 years unchanged. Python package is a lot more active. I support finding new maintainers :+1:
Just a note that this is only happening in VSCode. Build is fine.
I have been debugging this and strangely using a `vitesse` doesn't produce this problem. So I attempted to make my configurations identical and still no luck. Also this IDE error...
I have been unable to figure out the problem. I created https://github.com/amir20/autoimport-bug to show the bug. ``` git clone https://github.com/amir20/autoimport-bug cd autoimport-bug ni code . ``` I hope someone else...
I can confirm `vue-tsc --noEmit` throws the error.
I might be entering some dimension I have never seen before 😅 I noticed `npm i` works. But removing node_modules and `package-lock.json` with `pnpm i` doesn't work. I am hoping...
I was able to find the root cause. `pnpm` doesn't hoist all packages at top. The fix was to add `shamefully-hoist=true` and I noticed `vitesse` also has this setting. I...
Yup, I found that after I did the original solution. Still I am not sure if it is expected to run to this issue. I don't see it documented.