David Malchin
David Malchin
Tried using the native but had to do some research to find out how it works, so update the docs for it. Add a description for the function and its...
## Description Remove unneeded `Wait()` calls that made connecting to the server take longer. Refactor code order to have deferral messages actually represent what happens in the code. Catch and...
### Description Using Windows, when launching `nvim` on a file then the backslash seperator is used, but when browsing files with netrw then the regular slash seperator is used, causing...
**Please describe the changes this PR makes and why it should be merged:** Fetching a webhook with its token now returns the user it was created by. **If applicable, please...
### Goal of this PR In the source code, an HTTP request failure is both failure to connect, but also response codes such as 4xx or 5xx. In both cases,...
### The problem The loading screen is rather empty, and users have no interactions with longer loading times. ### Ideal solution Add content: - [ ] Tips - [ ]...
### Goal of this PR Fix a bug where given a chat template such as `{0}`, sending colored messages such as `~b~test` or `^1test` would remove the surrounding `` element....