manjaroman2
manjaroman2
### System information Arch Linux ### Issue description I cloned the godot repo at the specified commit. Then I cloned the gdsdecomp repo inside of the modules folder. I used...
Reproduce: Install mri 1.3.4 Create scatter plot insert error bars (x or y doesn't matter) go to datarange its empty! When I disable the extension it works fine.
I want GUI_ItemManager_Stash__Init_Prefix to be non-static so I can reference the _controller object in my class. If i set GUI_ItemManager_Stash__Init_Prefix to be static, everything works fine. ``` public void addHarmonyHooks()...
The code: ``` public static OneParameter GenerateILGetRankIL() { DynamicMethod dynamicMethod = new( "getRank", typeof(ulong), new[] { typeof(Item) } ); ILGenerator il = dynamicMethod.GetILGenerator(); Label[] labels = new Label[8]; for (int...
Hi, im trying to run some mods for M&B Bannerlord, namely BetterExceptionWindow, which creates a window to display exceptions. The mod is able to create the window but it doesn't...