Iain Earl
Iain Earl
Is there a best practice method of converting a `sqlx::Error::Database` to a user friendly message. For example, when writing HTTP API, I have a create user route. When there's already...
## PR Checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [x] Docs...
I have `g:neoformat_enabled_typescript = ['prettier']` in my config to stop neoformat from using `clang-format` when `prettier` fails but it doesn't seem to be working. I can see that the setting...
I have a basic svelte component: ```svelte export let name = ''; export let value = ''; export let errorMessage = ''; export let required = false; {#if value.length >...
## Issue Description Type: *bug report*/*feature request* ### Describe what happened (or what feature you want) This could be treated as either a bug or a feature request, probably more...
I've created a service account in the Google cloud console and am struggling to find out how to authenticate as that service account via kubectl. The idea is that our...
Implements #1050 This PR adds a third argument the plugin run function, allowing the user to easily run code only on install or update of a plugin. It should be...
### Describe the feature I've got this minimal `init.lua` which installs packer and then `nvim-treesitter`. I've got `run = ':TSUpdate'` set but I get an error that `TSUpdate` is not...
### Prerequisites - [X] I am using either 0.7 stable with the `0.0.12` tag or the latest compiled Neovim version - [X] I am using the latest version of the...
Are there any future plans to add rust language support?