Dale Roberts

Results 23 comments of Dale Roberts

Wrong URL, try this: `tv -url https://github.com/jart/hiptext/raw/master/obama.jpg`

Perhaps it’s the GDAL python package dependency that is failing? Could you try this: https://stackoverflow.com/questions/38630474/error-while-installing-gdal > On 9 Jun 2017, at 9:19 pm, Scott Hatcher wrote: > > Linux 3.16.0-4-amd64...

Your GDAL version is 1.11.3. tv only supports GDAL 2.2+... I am happy to accept a patch that retrofits the code to cleanly handle both version 1.11.3 and version 2.2+

Sounds interesting but I don't have Linux machine to test on. Since I use a Mac I developed this instead for better image quality: https://github.com/daleroberts/bv

Sorry for the delay (I was on holidays). Thanks for pointing this out, are there any fonts that support these characters yet? I can look into supporting this.

Hi, I've tested the above and I've been able to reproduce the problem. It's due to the dependency GDAL (and not tv) which fails to install properly using homebrew. It's...

Ok, thanks. I'll have a look...

Hi, for the moment you can do `pip install tblib` to install that dependency. I agree that is not optimal so I'll refactor shortly to remove that dependency (it is...

I would be happy to accept patches to upgrade this library to Python 3, otherwise I would recommend mpi4py.

Hi Moritz, it could be that neovim is capturing the special escape codes that iterm2 needs to see for it to display the image. I’ll have to do some testing......