Noah S-C

Results 66 comments of Noah S-C

Can you unzip this, place it somewhere, and point the extension towards it and let me know if it works? Also any other info on your setup would help: wayland,...

Issue doesnt happen on nvidia+wayland (sway). Are you able to try xorg?

> on my computer (intel mesa) + (nvidia proprietary driver) `./mcshader-lsp` same as this issue. but `__NV_PRIME_RENDER_OFFLOAD=1 ./mcshader-lsp` works That wont work for ColdeIce's issue unfortunately, but good to know...

We've tested this out in our [nix derivation](https://github.com/sourcegraph/sourcegraph/pull/44588) and it compiles+links successfully. Tried a basic clone with `./result/bin/p4-fusion --path //go/... --user admin --src ~/code/clones/ --networkThreads 64 --printBatch 10 --port perforce.test.com:1666...

> However, building a arm64 binaries and a x64 binaries separately seems possible / doable in CMake. Thats the approach Id be going with as well (mostly because I dont...

Fwiw we're statically linking with musl and not getting segfaults that Im aware of

I will try out multiple versions tomorrow/next week to see if I can narrow it down to that addressing it 🙂

Seems to be a problem with how we're querying for JDK on versions above 17 (in the sg instance): ``` > coursier java-home --jvm 17 JVM 17 not found in...

Ah that might be it. Would have to bump this in https://github.com/sourcegraph/sourcegraph :eye_speech_bubble:

@olafurpg I'd imagine we want to direct kotlin issues to https://github.com/sourcegraph/lsif-kotlin instead of this repo. Either way the existing link is wrong though. That being said, should we rename the...