AlexApps99

Results 21 comments of AlexApps99

We can probably checksum them and just compare checksums

Dude chill out :joy: If you don't like it you can uninstall it, simple as that

I see a lot of people in this PR and others, posting comments and reactions pressuring the maintainers to merge incomplete features. Here's my 2 cents, addressed broadly to those...

@mymindstorm @dommilosz See #382 for why it isn't working tl;dr you need to copy "uri":"otpauth://totp/Steam:your_steam_username?secret=**your_secret_key**&issuer=Steam" instead of "shared_secret":"**your_secret_key**"

Hello, I'm currently making a draco binding for Rust and a C binding would help me trememdously. I'm sure that it would help with many other similar projects too, such...

Example is not compiling for me on Java 8, `glm` seems to be compiled for Java 11... ``` /home/runner/work/examplemod/examplemod/src/main/java/io/github/examplemod/Imgui.java:3: error: cannot access Vec2 import glm_.vec2.Vec2; ^ > Task :compileJava FAILED...

It's probably worth asking, is this library compatible with Java 8, and compatible with Linux? The README seems to advertise that but I'm not sure if it's still the case...

Reading the build files seems to suggest this is a Java 11 library, how would I compile this for Java 8?

Will keep you posted if it doesn't work, thanks

I don't think it'll work in my case as JitPack hosts this library compiled for Java 11 too. The entire library would need to be recompiled for Java 8, dependencies...