WisonYe

Results 21 comments of WisonYe

> Hello! This is weird, it looks like ctpv cannot find ueberzug program installen on the system, so it falls back to the most basic preview, which is plain cat....

> Could you please try running `ls -l /bin/sh` and `/bin/sh -c 'command -v "ueberzug"' >/dev/null; echo $?` Sure, here it is: ```bash I wison | /usr/home/wison  ls -l...

> How did you make fish your default shell? ![2023-01-07_924x703](https://user-images.githubusercontent.com/3477321/211108207-69e7b4e2-5670-4657-9a6c-baa2cd47a80d.png)

> Fish is not a POSIX shell, while ctpv expects a POSIX shell to be running because all its internal preview scripts are written in POSIX shell syntax. Do you...

> Just added `shell` option ([6f364cf](https://github.com/NikitaIvanovV/ctpv/commit/6f364cf383e87d2ab51bee307bbd149c2fb252db)). Try adding `set shell "/usr/bin/bash"` in your ctpv config. I `git clone` the latest version and confirmed that with your last commit, but it...

> Last time I changed the Makefile was on October 10, So it's probably unrelated to that. It looks like Makefile does not have a list of source files. What...

> Could you please send your ctpv config here? Sure, it just one line: ```bash set shell "/usr/local/bin/bash" ```

> ctpv ~/Photos/wallpaper/rust_old.png 100 100 0 0 Ok, I pull and recompiled and reinstalled, here is what you want I think: - Try to preview a file: ```bash I wison...

> @r-wheeler I needed to use a seperate commit for compatibility with [Google's Edge TPU library](https://github.com/ionosnetworks/edgetpu-rs). I've been using my [fork](https://github.com/ionosnetworks/tflite-rs) for months without issue. @r-wheeler Hi there, I do...

> You can create a new interpreter with an owned or referenced `OpResolver`. Here's some of the code I use > > ```rust > let flat_buffer_model = FlatBufferModel::build_from_buffer(model.bytes().to_vec())?; > let...