cc004

Results 7 issues of cc004

直接依赖aiocqhttp,同时实现常用nonbot api,既可以提升性能,又可以保证现有插件兼容性

stacktrace ``` System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Could not load file or assembly 'MonoMod.Common, Version=22.3.5.1, Culture=neutral, PublicKeyToken=null'. Operation is not supported. (0x80131515)...

在threadDispatcherEnabled时,由于使用抢先式调度,会导致socketpair在其中一个线程在接收时,持续占用调度,导致永远无法接收到发送线程的信息。 同理,由于ppoll没有考虑io是否有信息可读,会导致线程持续卡死在后接的recv中,导致实际运行逻辑与实际不符,同时如果其他线程正在同一socket准备发送请求,也会造成死锁。 详细样例可见本fork的master分支

请注意:如果你没有提供以下所有信息我将会直接无视并关闭这个issue - Il2CppDumper版本 4741d46ba9cd6159c5d853eb9d6fc48b4bfa2b1a - 目标Unity版本 (可以不填) - 问题描述 struct Arbor_Calculators_BoolToStringCalculator_Fields : Arbor_Calculator_Fields { struct Arbor_FlexibleBool_o* _Bool; struct Arbor_OutputSlotString_o* _Result; }; 导致ida报syntax error near _Bool,改成__Bool后正常使用

### What happened? UnityEngine.Font.CreateDynamicFontFromOSFont failed while trying to load unity auto translator to replace fonts. ### Steps to reproduce load XUnity.AutoTranslator with OverrideFont set. ### BepInEx Distribution Stable from GitHub...

bug

when runs with ```bash python -m awq.entry --model_path /home/cc/model_des/models/Llama3-8B \ --w_bit 4 --q_group_size 128 \ --run_awq --dump_awq awq-w4-g128.pt ``` it failed with ``` Traceback (most recent call last): File "",...