s1341
s1341
Check :LspInfo. Could be it is working.
It looks like marksman need zlib. You need to make that available in the shell you are running neovim from with e.g. nix-shell -p zlib
@williamboman did you give any more thought to the middleware api? How about including nixos support directly in mason?
I'm happy to help out too. Let's wait to see what @williamboman decides.
1. It would be great to be able to trigger everything but forking/restarting_mgr to make debugging easier. This should be a launcher flag. Maybe we need a new issue for...
By the way, this issue seems to be present only on `i686-unknown-linux-gnu`, and not when compiling for 64bit.
I don't really have the ability to test or debug on windows. I know that the unwinding of stack/exceptions through stalked code in frida is a bit iffy at best,...
The issue is also present on macOS. It's a fundamental issue with how frida stalker 'jits' the code, and how exception unwinding works on each platform. The correct solution is...
I'm still getting an error, using clang/lld-link 17 and rustc 1.77.1
Here is my command: ``` cargo xwin build --target x86_64-pc-windows-msvc --release --xwin-version 17 --xwin-arch x86_64 ``` Note that I am building a project which relies on mimalloc, not mimalloc directly.