Results 46 comments of Binbin

You can take a look at my config at this [line](https://github.com/braineo/fate-emacs/blob/master/modules/fate-lsp.el#L39) or TL;DR ```lisp (setq-local flycheck-checker 'python-pylint) ```

Looks like `createBackgroundAnalysis ` is only called here? https://github.com/microsoft/pyright/blob/da39a2a78a442d2a6b29d664b32475c361c853f1/packages/pyright-internal/src/commands/commandController.ts#L39 ```ts case Commands.createTypeStub: { return this._createStub.execute(cmdParams, token); } ``` So seems with a `createTypeStub` and non-empty `callingFile`, server will run a...

So we have two things going on here 1. Run analysis in background 1. Cancellation strategy for cancellation, the pyright process needs another argument as discussed. and vscode extension code...

The performance issue I saw was staging and unstaging hunks when there is a huge diff in the repo. For example, famous `package-lock.json` can typically have 10,000+ lines :smiling_imp: ,...

@dandavison emacs 27.1.5 build from source, CPU usage is quite different only by showing `magit-status` without touching emacs with 2000 line difference in the repo ``` package-lock.json | 2171 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------------------------------------...

That will be trivial Any nodejs projects will do, for example ``` git clone [email protected]:apollographql/apollo-server.git git reset HEAD~20 ``` If it freezes emacs just change how many commits you want...

Shall we bump the version of `typescript` submodule? since this issue https://github.com/tree-sitter/tree-sitter-typescript/issues/136 is closed by https://github.com/tree-sitter/tree-sitter-typescript/pull/138

hi @bbatsov! this seems to be a very straightforward fix, could you take a look at it please?

cool this works. Maybe maintainers can consider merging this PR or discuss what issues are remaining to fix?

enka就可以导出展示柜里的 https://enka.network/ 写一个格式转换比图像识别简单多了