Antoine Cotten

Results 126 comments of Antoine Cotten

@antoineleguillou the message right above yours provides a ready to use solution☝️ Just replace the file name in the example with the name of your local keystore file. You still...

In theory there isn't much difference, but upon startup Elasticsearch does something unusual: instead of updating the keystore file in place, it creates a temporary version of it called `elasticsearch.keystore.tmp`,...

@jan-xyz thanks a lot for the no-bloat, faith to the original port! IMO this color scheme definitely needs a captain who uses Neovim, and therefore is able to add sound,...

I'm also running into this error with Rancher Desktop 1.7.0, configured to use `containerd` and no Kubernetes, in the following environment: ```console $ wsl --version WSL version: 1.1.3.0 Kernel version:...

The stub actually calls `wsl.exe` from within Linux, and indeed I can reproduce the issue from within any WSL instance: ```console $ wsl.exe --distribution rancher-desktop --exec id WSL (2298) ERROR:...

As mentioned in the linked issue, most people will run into the issue _without_ having an explicit tag set in their config. For example, if upstream force pushes the `foobar`...

With `vim.g.gruvbox_material_transparent_background` values of both `1` and `2`, and the other option values which you mentioned, the cursorline and cursorcolumn are visible for me in WezTerm: ![image](https://github.com/sainnhe/gruvbox-material/assets/3299086/33bd44a7-cb0d-4b01-9007-94181caca66e) ```diff --- a/nvim/init.lua...

@Kindlewing could you please share the output of the Vim command `:verbose highlight CursorColumn`? Mine shows: ``` :verbose highlight CursorColumn CursorColumn xxx ctermbg=236 guibg=#32302f Last set from ~/.local/share/nvim/lazy/gruvbox-material/autoload/gruvbox_material.vim line 286...

@lostl1ght thanks for sharing! Is anything stopping you from updating the pre-built files at https://github.com/wez/wezterm/tree/6a58a5ce94f186884ec70a60b5afbd728521b1c5/assets/windows/conhost?

For people who still follow this thread, the bundled copies of `conpty.dll` and `OpenConsole.exe` were both updated in https://github.com/wez/wezterm/commit/e7fe7c07da2da071d75c88ff3ae7a3c0e74d4f1f to the version that ships with Windows Terminal 1.19.240130002. Undercurl seems...