ViRb3

Results 206 comments of ViRb3

So the problem is actually the **Ctrl + Alt + Delete** screen. Opening the Task Manager by itself (via taskbar, or **Ctrl + Shift + Escape**) doesn't have any problem,...

If you fix the issue in code and send a PR I will be more than happy to merge it.

Not completely sure without looking into it, but look at the files [here](https://github.com/ViRb3/SylphyHornEx/tree/develop/source/SylphyHorn/Services). There's a lot of **Key** and **Shortcut** files.

Glad you found a workaround. I did some searching, and this appears to be a bug with dropbear since at least 2020: https://groups.google.com/g/linux.debian.bugs.dist/c/8Yt_Kkc-DzQ The author in the link above suggests...

There are now official bindings of z3 which support threads, so this use case should work. Check #6. EDIT: I can confirm that all "broken" expressions in this issue work...

As a work around, you can use Java [WeakReferences](https://docs.oracle.com/javase/8/docs/api/java/lang/ref/WeakReference.html) to avoid the listeners preventing large objects from being garbage collected. Check out the PR linked above for an example.

Interesting observation. I just tested the 1.8.9-forge version and I can confirm I get the same message, but the mod definitely works. Not sure why the message is showing up,...

@yusefnapora @r58Playz @theofficialgman I have created an unofficial, fully native build of MultiMC for macOS arm64 (M1). It is powered by a custom meta package, and it can run all...

Thanks so much for the detailed tips @theofficialgman. I did not expect that there would be breaking changes between minor updates of LWJGL3. I will definitely check out your repos...

Tested on MacBook Pro 2021 M1 Max, macOS 12.6, both Apple's compiler and LLVM from homebrew: ``` Apple clang version 14.0.0 (clang-1400.0.29.102) Homebrew clang version 15.0.3 ``` Using the sample...