Hitbuyi
- 活动总数 13
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 5
-
Hitbuyi 进行了评论, -
-
Hitbuyi 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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?