Results 15 comments of rockisch

I use other `dropdown` components with `append-to-body`, so doing that would also end up overriding the styles of other dropdowns. If you're ok with the `dropdown-menu-class` idea I can try...

While looking for WinRT support, I one way or another ended up in this PR, and although I understand there are no current plans to do it, would be nice...

> Isn't WinRT/UWP deprecated now? What's the point in renaming things for a dead platform? ...is it? Genuine question, I'm not that into Windows GUI development, so I don't really...

Added a working example and fixed the CI issues (was on a Windows machine before, so I couldn't run the `check.sh` script)

Btw, I went and changed one of my projects to this approach, and I noticed that although it does work, communication between the 'outer' code and the 'detached eframe app'...

Hey, I was also having some issues linking the project with `libsodium` on a M2, I feel like it's a good idea to share what I did here. First, even...

Here's what a simple implementation of the server + a login endpoint could look like: https://github.com/ZeruLight/Erupe/compare/main...rockisch:Erupe-1:newsign

> Wasn't able to get mhf-iel to boot up the game so far myself though Interesting... even if you provided a valid character ID and session token? Since we can't...

Hmm, I don't think having different versions of `mhfo-hd.dll` should change anything, since the structure `mhf.exe` and `mhl.dll` (which are responsible for the launcher) allocate only has internal pointers. The...

Did a lot of testing with different DLLs AND different machines (including the deck), and I managed to run the game just fine with `mhf-iel`... so not sure what's going...