GZTime

Results 22 issues of GZTime

```  WARN  Issues with peer dependencies found . └─┬ hexo-butterfly-extjs ├─┬ disqusjs │ ├── ✕ missing peer react@"^16.11.0 || ^17.0.0 || ^18.0.0" │ └─┬ zustand │ ├── ✕ missing peer...

修正在 win11 22581.100 下 TaskBarDlg 的对齐策略。通过以 `TaskBar` 为父对象,并参考 `TrayNotifyWnd` 左侧边缘进行对齐。 **此 PR 未经过通用性验证,仅为修正此问题提供解决思路,请勿直接 merge。** Issue: #777 **由于未经过详细测试,不保证兼容性和可用性,仅做测试版本的临时解决方案。详细修复方案和稳定版本请静候 Release 和 Windows 11 稳定版本的发布。** **Since it has not been tested in detail,...

- Design database - TrainingChallenge - TrainingInstances - Train Edit Page - TrainingChallenges can be imported from Challenges - Training Page - Training Scoreboard - Group by Challenge Type -...

enhancement

### Dependencies check up - [X] I have verified that I use latest version of all @mantine/* packages ### What version of @mantine/* packages do you have in package.json? 7.9.0...

Fixed patch

The code here: https://github.com/xoofx/Tomlyn/blob/c264d1d7a417a51e9e8aec04b867be7248d3200a/src/Tomlyn/Model/Accessors/ListDynamicAccessor.cs#L154 will throw a `NullReferenceException` because of: https://github.com/xoofx/Tomlyn/blob/c264d1d7a417a51e9e8aec04b867be7248d3200a/src/Tomlyn/Model/Accessors/ListDynamicAccessor.cs#L45-L52 will never change `_addMethod` as the declaration of `Add` method in `HashSet` is: ```cs bool HashSet.Add(int item); ``` where...

enhancement
PR welcome

在进行 #15 的测试过程中,发现 runj 无法按照预期运行。 系统及内核版本:`Ubuntu 24.04 LTS (GNU/Linux 6.8.0-35-generic x86_64)` 部分权限问题是 24.04 中新的 AppArmor 配置所致(使用本机升级系统前无此问题,并且升级前没有这一配置文件): ```conf # file: /etc/apparmor.d/unprivileged_userns # # Special profile transitioned to by unconfined when creating...