Using time.sleep() in your code will make it impossible to retrieve output.
Open
bug
help wanted
- Dominant language
- C++
- Stars
- 132
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
This should be fixable using `popen.communicate` with a timeout?
Or maybe create a Qt/C++ API to run a program..
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing where Python programs using time.sleep() are launched and how their output is retrieved. Investigate the suggested popen.communicate timeout approach and the possible Qt/C++ process API. Done means delayed program output remains retrievable without the current blocking behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, python
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100