Kai Zhang
Kai Zhang
> i'm also getting crashes after commit [cc0be53](https://github.com/ggandor/leap.nvim/commit/cc0be53d66e31c76101e2224734830ab8490653d), no issue with [b8728bd](https://github.com/ggandor/leap.nvim/commit/b8728bd2204c15e9f9956b90921ac8bba3b6e7a3) I can also confirm this. Switching to commit cc0be53 will get crashes, and there will be no issue...
Seems 1f38806fdc0d6e4fbe26d1c595fc8566823d8c64 fixed the crash for me.
@Druanae Thank you, this works for me too.
On recent macOS, clang-11 fails to build some projects. For example https://trac.macports.org/ticket/64152. With lsif-clang built with llvm-11 on macOS, we encounter a similar problem when lsif-clang processing our source code....
> @kkpattern did you try using the fork mentioned above and did that fix the issue? (Trying to understand if your point is mainly that we should merge those changes...
I have tried the https://github.com/jlisee/lsif-clang/tree/jlisee/llvm-13.0.1-upgrade-v2 branch. At first, it could not correctly find the clang config on my machine. In this [line](https://github.com/jlisee/lsif-clang/commit/df04f9e0d0bac389ea83fea309dc56c8fcb152dd#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20aR38) it set the `clang_search_path` to `"${LLVM_DIR}/../lib/cmake/clang"`. In my...
Run lsif-clang as a bazel aspect can potentially save a lot of time when processing a large project, utilizing the remote cache support of bazel. Just like [bazel_clang_tidy](https://github.com/erenon/bazel_clang_tidy). There is...
I'm also facing the same issue on a M2 Macbook Pro with 32GB RAM. The OS version is macOS 15.3.1. This seems indeed related to the memory pressure. It usually...
The command: ``` mlx_lm.lora --model mlx_model --train --iters "1604" --data data --batch-size 1 --max-seq-length 2048 ``` The error message: ``` libc++abi: terminating due to uncaught exception of type std::runtime_error: [METAL]...
We used to do this internally, and it's very convenient. But I believe the new NDK only provides dmg files, not zip files, on macOS due to security requirements. So...