ryuukk
ryuukk
This code doesn't compile: ```carbon package sample api; fn Main() -> i32 { return Square(12); } fn Square(x: i32) -> i32 { return x * x; } ``` I think...
Improves documentation
**Describe the bug** A screenshot worth more than words: actual:  expected: (vscode)  **To Reproduce** Use D's LSP according to the documentation https://github.com/Pure-D/serve-d/ https://lsp.sublimetext.io/language_servers/#d **Expected behavior** with detailedLabelSupport, i...
40%+ more CPU usage and 30% slower
I think it looks better!  
The following code crashes zls ```zig pub fn something(cb: fn (i32)) { } ```
Hello, I'm trying to prepare zls for LSP 3.17, i updated vscode-languageclient to the latest version (8.0.1) But then code completion is broken, something might have changed, but i don't...
"null" is a reserved keyword in most languages, to make the usage of the library easier for other languages (and other compilers zig/D), let's rename it, it also is a...
Protects from division by 0 and when used from
Hello Here is how to reproduce the issue i am having: - Use this config: https://gist.github.com/ryuukk/c3cf6052c0468be79ba11338d9c08b33 - Play a youtube video - Pause it - Open a new youtube video...