Hitbuyi
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 5
-
Hitbuyi commented, -
-
Hitbuyi created a post, High CPU utilization causes ubuntu20.04 no response to keyboard and mouse inputs
OS: Ubuntu20.04Pycharm: 2023.5 CPU utilization spiked to 100%+ to cause Ubuntu20.04 not responding to any keyboard and mouse inputs, this happened more than 1 times /day -
-
Hitbuyi created a post, AttributeError: 'NoneType' object has no attribute 'in_project_roots'
My envs: ubuntu20.04+pycharm2023.3This is my code def main(): args = parse_args() #do some work if args.eval: print(dataset.evaluate(outputs, **eval_kwargs)) p... -
Hitbuyi created a post, how to disable pycharm entering pytest mode automatically
Sometime pycharm enters pytest mode automatically even the project is not a pytest project, how to avoid it?