Ilya Golovin
Ilya Golovin
@lostintangent Am I free to implement that?
Исправил пунктуацию
@posva I have a case which justifies adding `DefineStoreOptionsBase` type to `PiniaCustomProperties`. I'm using options stores like this: ```ts defineStore('name', { state: () => ({ controllers: initAbortController( 'update', 'updateList', ),...
Thanks! I'll be able to work on your requests tomorrow
https://github.com/microsoft/TypeScript/blob/main/src/compiler/checker.ts#L3875
I also encountered the issue. I'll attach my CPU profile as it looks much less bloated then in the [comment](https://github.com/yoavbls/pretty-ts-errors/issues/118#issuecomment-2280397823) [YoavBls.pretty-ts-errors-unresponsive.cpuprofile.txt](https://github.com/user-attachments/files/22535791/YoavBls.pretty-ts-errors-unresponsive.cpuprofile.txt)
I see you've made some changes to language service plugins here. Would you be able to support working with custom language service plugins in v3? I mean reintroduce changes from...
> Why do you want to restart? I want to know more about the problem you want to solve. In some cases, there may be a better solution than restarting....
Suddenly I found that you already have an [option to re-run](https://github.com/mizdra/eslint-interactive/blob/fea4c851641acd36b52ea0485b9db91de035f1b4/src/cli/run.ts#L58) `eslint` (e.g. after running `eslint --fix`)! What do you think about adding this option to a more screens? E.g....
> Maybe add option `Re-lint selected rules` also? @Alex-Sokolov, This _should_ be possible with proper usage of the [--rule](https://eslint.org/docs/latest/use/command-line-interface#--rule) option, but it also requires passing [--no-config-lookup](https://eslint.org/docs/latest/use/command-line-interface#--rule:~:text=the%20%2D%2Dno%2Dconfig%2Dlookup%20flag.). I dunno if disabling...