Benoit de Chezelles

Results 437 comments of Benoit de Chezelles

Oh that's interesting, didn't know luals could be used like this! If I understand what you're hinting at, once we add docs in the Lua code we can easily extract...

Hellow friends o/ I opened a draft PR @ #1396 with a big chunk of nodes & internal code that are now mostly type annotated 🚀 Still very much draft,...

NOTE: we'll probably also need to: - update `just --summary` 🤔 - update shell completers to list fallback recipes (and categorize them as such for shells that support this, like...

Not sure if it's directly related, I don't always get as much flash but on 3rd tab after a refresh on the homepage it starts flashing a little, but more...

Instead of having to configure the completion source, I think ot would be much nicer to add a label to each snippet that needs a custom one. This way at...

If `nvim-cmp` doesn't trigger `TextChangedI` that's sounds weird and quite unexpected for exactly this kind of thing 👀

One use-case for an exposed `store_selection` could be to support the case mentioned [in doc](https://github.com/L3MON4D3/LuaSnip/blob/master/DOC.md#variables): > TM_SELECTED_TEXT is designed to be compatible with VSCode's behavior, which can be counterintuitive when...

I have this behavior! At the start of my config I have this: ``` fillcmdline_tmp 3000 Reloading Tridactyl config...... (takes ~15s seconds) ``` https://github.com/bew/dotfiles/blob/2b3c84aeb34cc312702509e2cb6f460a94616d72/gui/tridactyl/tridactylrc#L17 And at the end: ``` fillcmdline_tmp...

🤔 Might be related to wezterm starting a LOGIN shell? Edit: it's not that..

@hrsh7th (pinging you directly as it seems this mini-PR passed through the cracks)