Nicolas Goudry
Nicolas Goudry
@clementnuss Thanks for letting me know! I’ll gladly test your project as soon as it’s released :slightly_smiling_face: Just ping me here when you’re done!
@clementnuss Nice, thanks for the update! I’ll definitely look into this in the coming weeks and reach out to you if there is anything that seems odd/buggy to me!
After taking a better look at nvim-treesitter project, it seems that setting the keymap description is not supported on their side. I’m not a lua expert, neither have I a...
@erezo9 I’m using the [operator](https://github.com/mattermost/mattermost-operator) and had to setup the welcome bot directly in database. First, get the current configuration from database (you’ll need mysql client and [jq](https://stedolan.github.io/jq/)): ```shell $...
@aaronrothschild Unfortunately, this error occurred on a test instance that I since trashed… As far as I can remember, I think that this was linked to the fact that the...
Heard about the Helm 4 rewrite at KubeCon NA 2024, the team is looking for something to replace Go templates too. It seems that they are currently looking at [Pkl](https://pkl-lang.org/index.html)....
In this case the kubeconfig file is not even in the current directory, it’s located in its default location (`$HOME/.kube/config`). Wouldn’t it be best to just use the data loaded...
> And in order to throw that exception, your `command` needs to have a slash in it (`/` or `\`) but in your example above, there's no slash it's just...
Fixed by #3244
After testing, I can confirm this fixes issue #3240