Results 49 comments of Wojciech Kępka

You mean exporting a whole palette of colors as this format? That is indeed not possible at the moment, only clipboard format of single color can be modified. I think...

I have a working draft, gonna clean it up and probably merge soon. ![image](https://user-images.githubusercontent.com/46892771/189990394-e5538ed9-0f20-4b57-ac6b-f926545ba339.png)

Can confirm that installing `neovim-gtk-git` instead of `neovim-gtk` fixed the problem. Fonts look much clearer and everything is lined up properly.

Basic integration tests for containers, execs, images and networks got added in #28 . Work left: - [ ] #32 - [ ] #33 - [ ] #34 - [...

I personally don't have access to Windows host to implement it but I can leave some suggestions here. For the implementation, probably it'd be best to use [windows-rs](https://github.com/microsoft/windows-rs). All of...

I’m definitely interested in seeing this implemented in this crate. I will dig into the topic once I have some free time.

~~Do you by any chance have some samples of eBooks that are huff compressed and you could share with me? It would definitely make the testing easier.~~ Thanks for the...

For reference implementation: https://github.com/kovidgoyal/calibre/blob/master/src/calibre/ebooks/mobi/huffcdic.py

Nice, C implementation will be much closer to what we are looking for.

This is currently in the making thanks to a PR from @philippeitis - #29. Will have to work some issues out but there is light on the horizon :)