kohanis
kohanis
It's not actually necessary to use /opt/valheim/server with any mod option when we have /opt/valheim/dl/server, isn't it? And it's almost 1gb of space. This can be excluded with a bit...
It would be nice to have "virtual" categories, like: ``` modpack ├── mods │ ├── api │ │ ├── .index.toml │ │ └── fabric-api.toml │ └── client │ ├── .index.toml...
Fix that color is always written as a hexadecimal of size 6(8). Especially necessary for something like Color(0, 0, 11, 179), which used to be written as "bb3"
### Description Unhandled `NotImplementedException` from `AppContext.GetData` in `MonoMod.Switches.TryGetSwitchEnabled` of `MonoMod.Utils` with mono 5.2.0 and unity 2017 mono
As far as I can see there are no incompatible changes. But now additional target - net5.0
### Description Because `` is an actual type on mono `MonoMod.Utils.Extensions.Is(this MemberReference? mref, MemberInfo? minfo)` is failing https://github.com/MonoMod/MonoMod/blob/878928553ef775bd7814ae5d208771f0d4ec29be/src/MonoMod.Utils/Extensions.CecilIsRefl.cs#L31-L34 https://github.com/MonoMod/MonoMod/blob/878928553ef775bd7814ae5d208771f0d4ec29be/src/MonoMod.Utils/Extensions.CecilIsRefl.cs#L56-L59 ### Example ```cs using var assemblyDefinition = AssemblyDefinition.CreateAssembly(new AssemblyNameDefinition("TestAssembly", new Version(1,...
### Description Something goes wrong when emitting a CallSite referencing `double` (and possibly more types) on CoreCLR/frameworks. And on mono it crashes during emitting Example ```cs using System; using Mono.Cecil;...
### Description For HarmonyX this is essentially a necessity to get runtime method result after ilhook, but currently there is no way without reflection. It would be a nice to...
**Branch or Release** 3.0.1 **Game and Engine Version** Tested on grounded 1.4.0.4495 Rel (ue 4.27.2) and palworld 0.2.2.0 (ue 5.1.1) **Describe the bug** Using RegisterHook on DelegateFunction does not actually...