Results 681 comments of Mat

Good catch! Looks like the librsvg dependency is missing in the Apple Silicon build, since we're no longer indirectly depending on it through adwaita-icon-theme. I'll restore the dependency.

AFAIK, it's a macOS 13 bug that requires a workaround in GTK, but since neither myself nor any GTK developers have an older macOS 13 system, it seems unlikely that...

Someone using macOS 13.7.1 should verify if the issue is still happening. In one of the GTK issue reports, it was mentioned that building GTK with a macOS 13+ SDK...

> @mathiascode Is there any Apple hardware _not allowing_ to install macOS 13? This is odd, since at least in a VM it is trivial to run anything back to...

I'll look into the alternatives to Homebrew soon. If someone manages to untangle the gobject-introspection packaging situation in MacPorts, it could be an alternative.

My main concern is translations becoming outdated, especially since Cuberite is a pretty small project without active teams working on translations. This has already become a minor issue in our...

To be honest, I didn't expect this PR to be this controversial compared to previous ones. Why I chose to split the proc_message() function: - Separation of concerns - Reduced...

I'll close this PR for now. There's no immediate need for these changes, but they could be worth revisiting if the `proc_message` method grows too large in the future.

> Dlang is not a loosely typed scripting language like what most of your coding experience is, so there is a need to be very aware of exactly how functions...

Type hints/annotations are planned, but were delayed since the old syntax wasn't great, and the newer syntax is only possible in Python 3.7 (with `from __future__ import annotations`): https://github.com/nicotine-plus/nicotine-plus/discussions/2145#discussioncomment-3727534 Since...