Mikhail

Results 4 comments of Mikhail

Same issue, 70% i9 9900k CPU usage. Each designer preview have .NET Host process which uses 11% of CPU. Setting FPS limit to 1 have no difference. I'm interested in...

Same issue when trying to run `print('Hello world!')` from file. Also have same error message when trying to run non-existent file.

My **awkward** solution is using `exec()` function. Easy to use: `exec(open("path/file.py").read())`, but hard to start again after reloading server