Chris Hennick
Chris Hennick
This is cool. It'd be even better if the frequency of emoji could be normalized to the long-term average rate, so that those used recently more than usual would appear...
It'd be even better if we could see the top "hot" emoji, i.e. those whose use in the past 24 hours was the largest multiple of their long-term average rate.
@dependabot rebase
@dependabot recreate
Fixed on Mac and Linux, but still affects Windows.
Reopening because this recurred with the 5.0.0 release.
Reopening since this issue recurred with 5.2.0, although for some reason it didn't affect 5.1.1.
Who owns the translations on Mojang's Crowdin? If we could import them and match up the string IDs, we'd have instant support for all the locales that Minecraft has.
@mastercoms This sounds too complicated, unless we want to allow plugins to modify the version string. Otherwise, a program's version should be a compile-time constant.
Why *shouldn't* the version string just be a static final String populated at build-time by a template engine (which could live in GlowServer's package in source code and be inlined...