Gustav Lundgren

Results 5 issues of 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: ![image](https://user-images.githubusercontent.com/56938604/228170724-0af36720-260f-41f1-9310-6787a5f08840.png) **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...

feature request

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

discussion

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