Paul Sokolovsky

Results 646 comments of Paul Sokolovsky

As I hinted in https://github.com/micropython/micropython/issues/2568#issuecomment-257143287, nothing will "solve all the problems". And there's a problem with this "arms race" on adding features to umqtt.simple - it's no longer simple, but...

> timeout property was added in 1b15e3d Now that's why I didn't add it before - because I'm working on 10 other things already and don't have time to test...

The traceback you posted is cut off, and doesn't show what error happens. But likely, you need to use https://github.com/pfalcon/pycopy , as the README suggests.

> it seems to go wrong on the last line of remove_writer: It doesn't go wrong, it goes right. That's a recent fix applied for uasyncio to work under different...

People writing, or intended to write, here should instead go to https://github.com/micropython/micropython/pull/4217 and let the maintainers of that repo know that that unmerged patch causes them unneeded complications.

The suggestion is to read README: https://github.com/pfalcon/picoweb/blob/master/README.rst, which states clearly that yes, Pycopy (https://github.com/pfalcon/pycopy) is required for Picoweb, as Picoweb is part of the Pycopy project (https://github.com/topics/pycopy).

As the author of both Pycopy and Picoweb, I intend Picoweb to be run with Pycopy, and I don't have resources to support other implementations. (Except for CPython, it's on...

> @pfalcon I can imagine you are sad or angry that micropython didn't take over your suggestion according asyncio. But to me and probably others, it's too great a risk...

Thanks, but the whole purpose of picotui's existence is to oppose such programming style. Picotui is a thin layer above terminal escape sequences, not a patch-mess of #ifdef's like that....

picotui is intended to work with following terminals: a) VT100, which is a "dumb" terminal with hardcoded size 80x24; b) Xterm, which is a smarter terminal, and offers capability to...