Israel Fruchter
Israel Fruchter
@directum still facing this issue ? since I don't know the exact devices or environment you are using, a bit hard to guess where the timeoit is coming from
can you share more details on the remote machine you are connecting to ? my guess the PS1 the is messing your PROMPT regex, try be more specific in this...
I'm not familiar with those features, and I'm not actively using this package anymore. I would do my best to help pushing PRs for new features.
I think trying to work with a UI via paramiko-expect, might be a bit tricky, cause of the way those type of application are working. I would better find a...
I've tried that for a hour or so... for some reason couldn't found a way to force django to create the tables. tables are created per app, and there if...
This is really annoying, can we put some css into place ? via the template ?
@shaypal5 https://pypi.python.org/pypi/fakeredis, and you can use the formal docker image. (If you don't have a docker setup, I highly recommend giving it a try, if you need help with that...
seem like my problem is solves with adding `if not l2: continue` into readline implementations ```python async def readline(self): l = b"" while True: yield core._io_queue.queue_read(self.s) l2 = self.s.readline() #...
Looks like it works as expected, cause you are working against the same redis server, and using the same unique key, it could run on any of the consoles. If...
Your use case is the same as mine. But your test is not built correctly, you are summarizing the number of task run in on of the nodes, you should...