Ankush Sharma
Ankush Sharma
Is there a significant flickering ? I rarely face a very little sometimes. Can you attach a gif/image/video if possible ? Thanks !
Thanks for the contribution. Let me go through this.
Hi @iMshivji, restarting a process require multiple things, like `commandline paramteres`, `working directory`, `enviroment` and `invoking user` etc. The current implementation of restart process is not applicable to all processes....
Some of the calculation can be avoided as the next `relx` and `rely` are adjusted automatically by the parent `WindowForm`
Thanks for the suggestions. I primarily made the issues for keeping a track of things and get some contributions going. A bit busy nowadays, will start on things when i...
@vinusankarsiitgn I checked the pr, let me be affirmative on that. Thanks !
The real problem is that the exceptions in child thread are not getting caught in the main thread of the application. We need to either set the global threading.Event at...
On 1) ``` import psutil k = psutil.Process() k.connections() ```
Some good/required features can be added from here https://www.tecmint.com/command-line-tools-to-monitor-linux-performance/
3) Selecting a particular process you can give more information about it in a dialog box opened, such as the open files by the process, ports getting used by the...