xaizek
xaizek
@Airwan, you can try applying this patch: ```diff Engines/Linux64/mccain/src/syzygy/tbprobe.cpp | 9 ++++++++- Engines/Linux64/mccain/src/thread.h | 4 +++- Engines/Linux64/mccain/src/tt.h | 6 +++--- Engines/Linux64/stockfish/Linux/stockfish_10_x64 | Bin 4 files changed, 14 insertions(+), 5 deletions(-)...
> However more annoyingly I have this issue with using vifming and ueberzug++ (in sixel mode). Where similar to the nvim issue These look like two very different issues. When...
What happens if you use the command from a shortcut in a terminal (`foot -e vifm`, I suppose)? Are there any issues in this case?
There is https://www.arewesixelyet.com/ which documents where Sixel is supported, but it doesn't say whether a terminal runs in Wayland natively. Other possible things to try: * `foot -e bash -ic...
> In X11, using this [suckless st fork](https://github.com/veltza/st-sx), and chafa as the sixel previewer, the same exact problem happened. Thanks for the information. Was hoping to now reproduce it locally,...
I tried openning full screen before, the issue didn't show up. Now tried harder in `euclid-wm`, `awesome` and `dwm` with `d439c286cd2c53260d276a9a2102dbe9b88692f8` of `st-sx`, still nothing.
Probably no more dangerous than other operations. I don't think I've given this a try yet.
Finally, done comparing algorithms and added ETA. 5s delay is there. No interval as I don't see a good way of producing one. No rounding to minutes because then on...
To enable: ```vim set hloptions=filehi:allrows ```
https://github.com/vifm/vifm/issues/847#issuecomment-1329598342 provides a way to "disable `fileviewer` for binary file" using `hexdump`, you can change it like this if you want: ```vim fileviewer ! echo binary file cannot be previewed...