comp500

Results 280 comments of comp500

Does it work with multiple monitors on KDE? I was under the impression that clicking out of the Minecraft window in vanilla causes it to minimise on both Windows and...

That's... interesting. Without Borderless Mining, [GLFW should always minimise on lost focus](https://github.com/glfw/glfw/blob/9a87635686c7fcb63ca63149c5b179b85a53a725/src/wl_window.c#L539) if GLFW_AUTO_ICONIFY is set (it's set by default, and not disabled by Minecraft), so unless KWin is lying...

I wonder if a good strategy then would just be to disable `GLFW_AUTO_ICONIFY` on Linux, rather than using the technique Borderless Mining currently uses on Windows. Should solve #54 as...

This is a known issue and I'm working to fix it, see https://github.com/comp500/BorderlessMining/issues/2 (has some outdated information) and https://github.com/comp500/BorderlessMining/issues/19.

I'm planning to change how the mod works on Linux, see https://github.com/comp500/BorderlessMining/issues/64

Please click one of the files on the left, to show the actual error that occurred while downloading!

(related issue: https://github.com/packwiz/packwiz/issues/22) Do you recommend a localisation platform (e.g. Weblate/Crowdin/etc) to manage these translations? I would be happy to implement i18n support, although it may take a while to...

I have made [a webview frontend](https://github.com/packwiz/curseforge_webview) that should make it much easier to download CurseForge mods - I am working on integrating this.

Git already has PGP signing for repositories - that could be integrated once Git support is implemented, and would allow signing the entire contents of the repo. Of course, this...

I probably didn't word that quite right - I don't personally add (and wouldn't suggest adding) a `v` prefix, but if an author normally uses a `v` prefix but sometimes...