ryuukk

Results 116 issues of 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

category:documentation
requires:vcpkg-team-review

**Describe the bug** A screenshot worth more than words: actual: ![image](https://user-images.githubusercontent.com/44361234/147585153-984f9902-b626-4cf8-a34f-44ae08a48919.png) expected: (vscode) ![image](https://user-images.githubusercontent.com/44361234/147585217-62356cd6-53b1-4964-afaf-1c25bbad6a4e.png) **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! ![Code_UCCb5oZ3kx](https://user-images.githubusercontent.com/44361234/143724704-137358ac-5922-4bf8-8d3f-03e0160ac4b0.png) ![Code_d9qARJAbdE](https://user-images.githubusercontent.com/44361234/143724864-6417c31a-80dc-4bf7-a9df-5709eea7d87d.png)

Needs Work
Needs Rebase
stalled

The following code crashes zls ```zig pub fn something(cb: fn (i32)) { } ```

bug

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...