ryuukk
ryuukk
I tried to compile the latest version using the bootstrap, but i get the following error: ``./build -j4 x86_64-linux-musl baseline`` i also tried ``./build -j4 x86_64-linux-gnu baseline`` ``` [100%] Building...
``` Item Class: Rings Rarity: Unique Ventor's Gamble Gold Ring -------- Requirements: Level: 65 -------- Item Level: 70 -------- 9% increased Rarity of Items found (implicit) -------- +54 to maximum...
This helps cases with Sublime Text strips some completion items Check the following issue for more details: https://github.com/sublimehq/sublime_text/issues/6033 Question: 1. trigger wont insert anything? 2. if it inserts something, where...
I have reported the issue here: https://github.com/zigtools/zls/issues/1247 it contains all the information related to the bug including a video showing the bug in action I'm not sure how to debug...
**Describe the bug** https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#serverCapabilities this server capabilities is properly parsed by Sublime, it exists in the protocol, but it's never taken into account when providing various position, it only ever...
See #16174 for context `-nothrow` was added recently, wich is what the user should use to disable EH, otherwise APIs like `backtrace` can't be used to generate stack traces, wich...
I wanted to debug my code in my project, but i'm using -betterC, wich removes the ability for the compiler to generate eh_frame, so ``backtrace`` wasn't working This adds an...
This adds a way to make packages depend on locally distributed libraries Let's say a user manage a library A, he doesn't depend on dub, and he consume a static...
This is continuation of #16045 I think it could be further improved btw, but i don't like how ``getParamError`` is its own thing, i can't put a 2 line and...
This is an improvement over my previous draft: https://github.com/dlang/dmd/pull/15510 Turns out the functionality was already there through: ``-verrors=context``, however, it didn't display the `^` at the right index, making it...