Raymond

Results 74 comments of Raymond

I remember when I tried to do this back when we were discussing it. the dependency size is no joke, atleast for that method. On Fri, Jan 21, 2022 at...

Got more in the pipeline, trying to keep changes manageable for reviewing.

freshly applied on the net5 branch.

known issue because win32 hooks arent working on linux atm. i think the fix some people recommended was using the native cursor instead of xiv's in the options.

This in the IME window, does not work. ``` var io = ImGui.GetIO(); if (io.WantTextInput) { var keystate = Service.Get(); keystate.ClearAll(); } ```

theres already one bit that does it correctly. just need to make the others look like this. ``` if (opCode == dataManager.ServerOpCodes["CfNotifyPop"]) { this.HandleCfPop(dataPtr); return; } ``` On Sun, Feb...

Mmm.. I'm not sure anymore. :D On Thu, Sep 16, 2021, 9:06 PM goaaats ***@***.***> wrote: > What do you mean by this? Implicit conversions of those payloads to >...

- attempt1: UnloadLibrary("Dalamud.dll") - CoreCLR error - attempt2: `AppDomain.Unload(AppDomain.CurrentDomain)` - hard crash - attempt3: Load Dalamud as a plugin - HarmonyLib does not work on collectible assemblies

When re-injecting the same assembly: System.Exception: Service Dalamud.IoC.Internal.ServiceContainer was set twice So we then need to zero out the IoC containers? This ultimately means that dalamud isnt unloading, the main...