WEGFan

Results 20 issues of WEGFan

**Is your feature request related to a problem? Please describe.** I would like to have an option to disable the feature in #1350, as sometimes it's not very accurate and...

Enhancement

### Description In mono, creating a `DynamicData` instance with a struct containing getters / properties will throw a `System.InvalidProgramException`. MonoMod version: 21.8.19.1 Mono version: ```console $ mono --version Mono JIT...

bug

### Description If a `patch_` class is used in the `System.Type` argument of an attribute, it will not be relinked to the actual class after patching. MonoMod version: 21.8.19.1 ###...

bug

### Description MonoMod will crash if a method in `MonoMod.MonoModRules` contains `` called during patch. Mostly because of initializing an array of primitive types or having a `switch` with more...

bug

### Description If a method contains lambdas, compiler will generate a lambda method in `c.b__[methodOrdinal]_[lambdaOrdinal]`, and a cache field in `c.9__[methodOrdinal]_[lambdaOrdinal]`. Since the name of the cache field is only...

bug

I want to do these things in my script based on connection result: - If connection times out, retry it for at most 3 times. - If the password is...

项目用了租户分表,因此sql里都是写的类似 `SELECT * FROM ${tenantCode}_xxx` 这样的,想在不修改代码的情况下直接在项目设置里全局进行定义,这样又有补全又不会污染提交记录

enhancement

版本:1.3.9+232 ![图片](https://github.com/user-attachments/assets/ee3006d0-d425-41dc-9d4c-e8cd133acfa0) 应该是这行代码导致的,不知道为什么这么写,看后面的代码感觉这里应该是`\r`才对 https://github.com/gejun123456/easyCode-MybatisCodeHelper/blob/199f784557179a073a65a653b9b04e70521b7c9e/src/main/java/com/bruce/plugin/scratch/EasyCodeNotificationPanel.java#L374

bug

搜索mod的最多点赞按钮 https://github.com/user-attachments/assets/7323c0cc-3433-4d4d-8a65-6975c2e31054 管理mod里Profile列表,点击后整个列表会消失 https://github.com/user-attachments/assets/25b6b67e-6c06-4e49-8ec0-60820eeffa5b

1. 如果游戏`Mods`文件夹内没有`blacklist.txt`文件,打开CeleMod不会自动创建默认Profile 2. 如果游戏安装目录有`celemod_blacklist_profiles`文件夹,但是里面没有任何Profile文件,打开CeleMod也不会自动创建默认Profile(估计是用了旧版本的CeleMod后面升级上来的,或者是手动把所有Profile都删掉了) ![Image](https://github.com/user-attachments/assets/caaf0728-646e-4619-b5fe-b080c36cf283) 在没有Profile的情况下,管理界面无法禁用mod 并且在右侧Profile列表创建Profile并选中后,也不能禁用mod,需要切到主页后再切回管理界面,或者重启CeleMod后,才能禁用 https://github.com/user-attachments/assets/a6cd7b7b-edbc-4cbc-8d59-074e0f3d6222