LangLangBart

Results 68 comments of LangLangBart

bug introduced with 04db44067dd4; to reproduce: ```sh export FZF_DEFAULT_OPTS="--bind 'scroll-down:offset-down'"; printf "Eins\nZwei\0" | fzf --read0 # try to scroll down with the mouse # panic: runtime error: index out of...

Do you think my earlier comment about the marker is an issue, or should it be left to the user to change the marker in their `FZF_DEFAULT_OPTS`? https://github.com/junegunn/fzf/pull/3807#issuecomment-2132402770

> The problem is only reproducible when using the font you mentioned, which has to be installed manually, right? Right, but I did not test all of them, just a...

The `transform`[^1] action enables the user to execute an action conditionally. --- #### Example The fzf tool sets the environment variable `FZF_SELECT_COUNT`[^2]. If no selections are present, the operation is...

> by adding the flag -A Thanks for the suggestion. I failed to mention this in the issue report here and only described it in the linked discussion. For my...

> It feels like a very niche problem to have, but I think it could be fixed, as you said, adding a --read0 or --read-null-bytes flag. I have updated the...

> Project goals and alternatives > ... > Be a drop-in replacement for (POSIX) cat ~~Question: Why was the binary message added at all ?~~ **EDIT1:** I found the _reason_...

@domenicomastrangelo @einfachIrgendwer0815 started already a PR. Besides the color, it works well. Image below comparing `0.7.1` vs their PR.