Paul Sokolovsky

Results 646 comments of Paul Sokolovsky

Ok, so there's https://github.com/graemedouglas/LittleD/tree/master/src/dbindex , and source even appears to have a function to read index. But there's no code for updating index, which effectively means there're no indexes. But...

Thanks for the response. > I think that claiming this is entirely useless That's certainly not what I say. And the best argument you can give is that indexing is...

Ok, to continue the topic, that new "poke" thing is confusing too. Last thing I would think that it sends data to a remote host. Can we please have it...

+1. PyPi's entry is very bare. Just searching on PyPi leads to (https://pypi.python.org/pypi?%3Aaction=search&term=longerusername&submit=search): "Description: UNKNOWN". Please fix.

Thanks for taking care to record video. Yes, "resizing" support is experimental, and pretty hacked-up for now. There're at least 2 issues: 1. Resize handling happens via asynchronous signals, and...

> When assigning coordinates to widgets, picotui does not consider that some consoles will be different sizes. Of course it considers that, in a very specific and obvious way, from...

README explicitly states that it's outside of picotui's scope. Geometry management can be implemented on top of picotui using separate libraries. Feel free to keep this issue open and discuss...

It's the same issue as in https://github.com/pfalcon/picoweb/issues/42 . Both TLS and Websockets are wrapper (or stacked) protocols on top of TCP (and can wrap each other too, e.g. websocket ->...

Last commit before this change: ce406c1 First commit after this change: 7b35dc3