Luca CPZ

Results 63 comments of Luca CPZ

Hi Peter, I liked your work so much that I decided to port it to 3.5! Also I'm planning to carry it very much forward with nice things and improvements....

``` Also I'm planning to carry it very much forward with nice things and improvements. ``` For respect to your great work, I decided to keep the porting [here](https://github.com/copycat-killer/vain), and...

Hi João :wave: I can add your layout as a variant of [`termfair.center`](https://github.com/lcpz/lain/wiki/Layouts#termfaircenter), when I'll have time. But I am also willing to accept PRs, so feel free to look...

Thanks for your time, but this has the same points and problems of #316, since `socat` is a dependency. [This](https://github.com/copycat-killer/lain/pull/316#issuecomment-282473275) is my desideratum. In short, I want to remove `curl`...

I appreciate your efforts, but don't reinvent the wheel. My aim is to generalise [this](https://github.com/awesomeWM/awesome-www/blob/master/recipes/mpc.lua) as a `lain.helper` (indeed, you had the right idea). But, using [`Gio.UnixInputStream`](https://lazka.github.io/pgi-docs/Gio-2.0/classes/UnixInputStream.html) instead of `Gio.DataInputStream`.

@razamatan See https://github.com/lcpz/lain/pull/349#issuecomment-315391410

@psychon The idea was indeed to readapt that. No need to reinvent the wheel.

@razamatan The idea is still [this](https://github.com/lcpz/lain/pull/349#issuecomment-531862205). Hence, sockets. Try to work with the above-mentioned code, it should be easy.

> i could make it a base class for each client/protocol to implement/inherit, but i'm not sure that's what you really wanted here You could create a protocol submodule which,...