rcmdnk
rcmdnk
@cbrnr The problem is that the current implementation inaccurately handles the highpass and lowpass prefilter information in the Raw.info. Bugs: * All prefilter information other than empty channels are stored...
fixed at mypy 1.7 but need python 3.10 or later to use Unpack (and NotRequired)
ah, it is more complicated. I think current behavior is fine in visual mode, ad Vim's visual mode covers upto the end of the word. But it should be moved...
Sorry for bothering you. It happens when: * Enable the caret width option * Enter the normal mode on Wordpad or something else on which the caret width is changed...
I tried to reproduce the problem but could not. Could you please try following command and show results? ``` command brew list --formula command brew info --json=v1 --installed cat $(command...
@konnano I'm sorry, but how did you reproduce? Could you please write more details of environment and executed commands? Above `diff` seems just a `git diff` result of `/opt/homebrew` (or...
@konnano The first erro is related to #267 The second error occurs because brew-file depends on standard output of `brew` command and the patch gives additional `Hello` output. So, they...
sorry, but I've not reproduced the problem. If anyone has a problem and still shows the error, could you please give following information: ``` command brew list --formula command brew...
This is related to the renamed formulae. It may work just do: ``` command brew update & command brew upgrade ``` before `brew-file init`.
Could you please try to delete `tap homebrew/services` from `Brewfile` and try `brew-file update` again? If `tap homebrew/services` exists in a host specific file and does not exist in top...