Benoit de Chezelles

Results 154 issues of Benoit de Chezelles

Here the log at line 10 is being viewed on the right, but I moved the cursor => It's easy to loose where we where.. ![image](https://user-images.githubusercontent.com/9730330/144347819-cc890524-1ef2-41c6-9a3e-3db064eb9c26.png)

**Is your feature request related to a problem? Please describe.** I'd like a search functions that build derivations, like the functions that return derivation for python, rust, vim-plugins, ... (the...

Hello! I need to enable a proxy to contact the global internet, using the variables `http_proxy` `https_proxy` & `no_proxy` (they are described in https://curl.se/docs/manual.html#environment-variables and usually used in other programs...

Hello, I'd like to know if there's a way to access my files from within Nix-on-Droid. I've tried to cd to /sdcard or /storage/emulated/0 but I can't do anything in...

android expertise needed

When doing diffs of files, (Neo)vim has the behavior of showing the added/deleted lines compared to the other file, BUT in git/github' side-by-side view will instead only show deleted lines...

kind:enhancement

In config for `nvim-surround` I made surrounds to easily add/change/delete Lua's `[[` & `]]` delimiters using `` (with space(s)) and `` (without space). When I did these I'm pretty sure...

for:editor
kind:regression

When opening multiple files from command line, only a few files gets highlighted, the first + some others (at random?). Maybe linked to: - https://github.com/neovim/neovim/issues/4684 - https://github.com/neovim/neovim/issues/7367

kind:bug
status:need-more-info

Sometimes it closes the completion popup, so I have to press `` twice to make a newline :confused: (unpredictable!)

kind:bug
status:need-more-info

#### Brainstorm ```sh git grep TODO main | sed 's/^[^:]\+://' > main_todos git grep TODO HEAD | sed 's/^[^:]\+://' > head_todoes combine head_todoes xor main_todos ``` That looks like it...

kind:idea

Repro: ```console $ mkdir -vp proj_parent/proj $ cd proj_parent/proj $ venv # init venv! $ cd ../.. $ rm -r proj_parent ``` 👉 Prompt broken & every prompt redraw gives...

kind:bug