Paul Wyszynski
Paul Wyszynski
Hi @mikesmithgh thank you for your time and investigation! I actually prefer the 2nd solution. But the path does not exist for me. When I echo this `echo $(brew --prefix)/lib`,...
Tried it already, same issue. Now the solution with the cond field works for kitty-scrollback but now im getting the same error if I open the default editor (which in...
@mikesmithgh I installed it like so: `brew install imagemagick` both entries added: ``` --override env=DYLD_LIBRARY_PATH="/usr/local/lib" --override env=DYLD_FALLBACK_LIBRARY_PATH="/usr/local/lib" ```` Same issue. this is my output here ``` pkg-config --cflags --libs MagickWand...
I came across this post as well, but the path does not exist for me, also installing lua 5.1 via brew is not an option anymore. My luarocks folder looks...
Yeah i think so too, the luarocks dependency makes some vodoo. The path you mentioned is not available for me, but I found this one: `/Users/paulwyszynski/.luarocks/lib/luarocks/rocks-5.1` but this one has...
Ok I removed everything and installed from scratch, now I can see the rocks folder and this workaround https://github.com/mikesmithgh/kitty-scrollback.nvim/issues/261#issuecomment-2278917413 seems to work for now. Thank you! Hope they fix this...
yeah I didn't see your post and opened a new issue 🙈 https://github.com/philc/vimium/issues/4679
I have actually the same problem. I also get this error from time to time: `zvm_widget_wrapper:7: bad math expression: illegal character: ^[` My current workaorund is also to run exec...
@kmoschcau I have basically the same question. Did you figure it out somehow?