Andreas Pardeike

Results 19 issues of Andreas Pardeike

Hi, I'm trying to make a screen recorder menu app and needed a few things. Instead of writing my own or just using one of the forks that never created...

https://github.com/rheirman/WhatTheHack/blob/6f29e3b8c1544ef67dc3db2ddc02b4104de596a9/Source/WhatTheHack/Harmony/FloatMenuMakerMap_AddJobGiverWorkOrders.cs#L10

Hi, naturally our users want to page between images, videos and such but also pdfs or word documents. iOS provides an easy way to display those with a QLPreviewController which...

### Description This is a follow up from this bug report on Harmony: https://github.com/pardeike/Harmony/issues/640 I cooked it down to a minimal case without Harmony or dynamic methods: ### Example ```cs...

bug

I would like to have a way to: - choose if I want to insert a tab or spaces - configure the amount of spaces inserted - indent selection with...

enhancement
good first issue

Hi, I have used SharpKeys successfully via Citrix Workspace on several machine types but now I am facing the problem that I need to use "Windows App" (stupid name) to...

question

Running the following will install all dependencies in the correct order on macOS 14 or newer (tested with Tahoe) and will also test run a simple generation and play it....

The current implementation leads to duplicate shared state when Harmony is loaded in a non-Unity process (like a .exe) and that prevents multiple mods from patching the same method. At...

bug
enhancement
help wanted

Add infix patches that wrap a specific inner call inside an outer method. Replace only the call instruction. Do not rewrite prior argument‑loading IL. Capture the stack at the call...