Gustav Lundgren
Gustav Lundgren
**Describe the bug** I can't map a new split or tab group with a vim command. This is the option I want to map:  **To Reproduce** Steps to reproduce...
Is it possible? I'd like something similar to this, which we can do when using a `ChatSession`: ```csharp await foreach (var text in session.ChatAsync(message, infParams)) { Console.Write(text); } ``` This...
Hello, As the title says, I can't place a shortcut on the desktop to the main exe. This is my code: ```csharp using System.Runtime.CompilerServices; using WixSharp; using File = WixSharp.File;...
Here I'm using `EXIT_FAILURE` without having the proper includes, resulting in a warning from clangd: "Use of undeclared identifier 'EXIT_FAILURE'. ```c // main.c file #include #include #include void error_callback(int error,...
The plugin wasn't reliably saving changes to the colortuner_filepath for me in Neovim, so I changed to save when closing the Colortuner UI instead. I also added a try-catch to...