Piotr Dobrogost

Results 81 comments of Piotr Dobrogost

> your situation is clearly a fairly rare special case I think we might miss a chance to make important improvement for many use cases if we keep treating this...

I'm revisiting this due to the newly created duplicate issue #1051 and leaving comments I should have left a long time ago. > I would say that the order of...

This is duplicate of issue #71 , where you can find the following [answer](https://github.com/nicehash/NiceHashMiner/issues/71#issuecomment-224999111): > NHM will never be released on Linux. It is Windows only application and will stay...

Maybe https://github.com/takluyver/entrypoints could be used instead of setuptools/pkg_resources for entry points?

Ok, how about switching from setuptools to flit which does have support for entry points (https://flit.readthedocs.io/en/latest/pyproject_toml.html#entry-points-sections)?

@aleixpol Do you know which fix resolved this issue?

Fixing bugs by inserting random `sleep` is definitely **not** a good idea…

I'm not familiar with the internals of the project and can only say what many others would say; we should investigate the problem and find the reason for this race....

Googling for `tmux wait for shell` brings this [Tmux in bash script executing too fast](https://superuser.com/q/1366507/664). The title is probably not quite right, the answer (needlessly?) uses `sleep` but what is...

> One possible date to start the discussion: when the last RHEL LTS release with Python 2.6 stops being supported (that's very far away still, but worth discussing). This is...