Results 22 issues of ividyon

Following use case: * Display profile management software with hotkeys (Monitor Profile Switcher) * "Desktop" profile which enables my 3 desktop monitors and disables the LG TV * "TV" profile...

enhancement

Drops an error message at launch which says "failed to find signature" or something along those lines. Your FPS unlock mod seems to continue to work just fine. Using Mod...

The Expander control appears to be very similar to the GroupBox, but with an arrow to expand/collapse it. The GroupBox styling could be carried over to it.

enhancement

**Describe the bug** When moving between Light and Dark scheme as per the instructions in the AdonisUI documentation, the debug output pops up the line: `System.Windows.ResourceDictionary Warning: 9 : Resource...

bug

**Describe the bug** `ResizeMode="CanResizeWithGrip"` adds a little resize grip element to the bottom right of a window for resizing purposes. Adding `ResizeMode="CanResizeWithGrip"` to the definition of the Adonis window makes...

bug

The previous method could cause issues when, for example, using PathMap to override your build location to avoid doxxing yourself.

Turns out ME2 has an undocumented, working DLL loader: Under `[modengine]` put `external_dlls = [ "dllname1.dll", "dllname2.dll" ]` etc. (If providing folder paths, use double slashes `\\`) Looks like your...

So, I've been following SharpShell documentation to make a Context Menu handler, and it has said that you use either `regasm.exe` or `srm.exe` to register your COM servers with the...

Tested with simple WriteLine. From inside Parallel: ![2024-01-13_12-01-33__WindowsTerminal](https://github.com/FRACerqueira/PromptPlus/assets/1077140/f91f78e7-5d81-49ed-afeb-26c657ffbb2b) Without Parallel: ![2024-01-13_12-07-45__WindowsTerminal](https://github.com/FRACerqueira/PromptPlus/assets/1077140/250bebc4-8e9f-4396-ac65-52b54b3a95d8)

Investigate

I am currently implementing some asynchronous event handling: ```csharp foreach ((string path, WFileParser parser) in files) { FileSystemWatcher watcher = new FileSystemWatcher(); watcher.Path = Path.GetDirectoryName(Path.GetFullPath(path))!; watcher.Filter = Path.GetFileName(path); watcher.NotifyFilter =...

Investigate