Amin Ya
Amin Ya
> I just updated my config for atom-ide-definitions, which seems to help Hmm. It should work without adding that, I need to check. > But it's not as performant as...
Could you give more information about the reproduction of the bug?
See https://github.com/atom-community/atom-ide-javascript/issues/45#issuecomment-1325744112
This is a pylsp issue.
Duplicate of https://github.com/atom-community/atom-ide-debugger/issues/15
I use `--platform_suffix` to prevent Bazel from rebuilding, but it seems that doesn't work with this commands extractor. https://stackoverflow.com/questions/67435744/bazel-separate-output-directories-for-different-build-options/71345166#71345166
An issue that I have with the solution I specified in [this comment](https://github.com/erenon/bazel_clang_tidy/issues/20#issuecomment-1132282283) is that clang-tidy runs sequentially for each code, and It has no caching. So it is very...
The same problem here. Too slow to be usable. Getting the status in a fresh clone of multi-git-status takes 21 seconds ``` $ time ./mgitstatus .: ok real 0m 20.952s...
Just tested #43. It is 20 times faster! https://github.com/ceremcem/multi-git-status ``` $ time ./mgitstatus .: ok real 0m 1.516s user 0m 0.271s sys 0m 0.482s ```