LangLangBart

Results 68 comments of LangLangBart

- the problem appears to have originated from reactivating the creation of the man pages - Ref: https://github.com/Homebrew/homebrew-core/pull/127916 ```diff diff --git a/Formula/jpeg-xl.rb b/Formula/jpeg-xl.rb index b4daa14575b2dd..429f4837fb3008 100644 --- a/Formula/jpeg-xl.rb +++ b/Formula/jpeg-xl.rb...

Great work on this feature. I believe to have found one issue and have provided some feedback. ### Issue - `nodes` query There appears to be an issue with the...

> Even if we completely rewrote `mergo`, how would we know how deep to go? Should we merge the first array (depth-wise) we come to, or last? When the issue...

> EDIT: Issue documented: #8695 The issue report #8695 doesn't have to be viewed as a roadblock for this PR. The issue with your `--merge-pages` flag is that _the merging...

> How much of this do you think would be resolved coming up with a solution for `nodes` queries for `--merge-pages` as well? You mean if resolving issues with `--merge-pages`...

> I don't see how this is related to `--merge-pages`, which isn't even merged yet. It primarily concerns a bug with the pagination and would only subsequently affect your work...

- the `git_log_format_args` with `--pretty=format:"" --patch --name-only` shows me the files of interest in the logs, is there any way to access them in later steps so I can read...

> I'd like to know whether if any elegant way can handle call a function in --preview instead of call a shell script file Functions are not visible to child...

> I've tried: > > > ```shell > : | env | sed ... | fzf # < not working > env | sed ... | : | fzf #...

Not reproducible so far. When you execute `fd | grep 'xdefaults.C'`, do you see the file? Please share your `FZF_DEFAULT_OPTS` as well, if set.