Sascha Greuel
Sascha Greuel
Because the emojione icons used are no longer maintained for years now, and newer versions can't be used due to license restrictions. If you want to use matching reactions for...
https://github.com/WoltLab/WCF/pull/4960#issuecomment-1214966885 The special feature of Twemoji is its widespread use (e.g. in discord and on Twitter itself).
I'm aware, that this was already requested a few years ago. But time has passed, and we're somewhat closer to v6. Furthermore, it is labeled as "Not planned", therefore it...
Hi, thank you for response. > input is first parsed into sequences and then each sequence is checked for matching shortcodes, starting with the largest possible sequence and working backwards....
I'll add my own OAuth provider. The service/provider itself is currently in progress, but it works already and integrations for other systems (Laravel Socialite, Xenforo & WoltLab Suite) already exist,...
@TorstenDittmann Is this supposed to fail? :D
Apparently, Doxygen is required by libaom, although `-DENABLE_DOCS=0` is set*. Could/must** be reported directly to the respective developer. But since this isn't an actual problem that negatively affects the compilation,...
> What worked for me (for now, because this is a really mediocre hack) is to create a typed proxy component. This can probably be typed better than using `any`,...
The problem is, that you are attempting to preload to preload the original file URL (`[...]/montserrat-latin-500-normal.woff2`), but not the hashed one (`[...]/montserrat-latin-500-normal-ade7985dfab42940651537039e999ad9.woff2`). I ended up doing everything myself. While the...
> > I ended up doing everything myself. While the fontsource package is pretty neat, preloading and `font-display` are somewhat inflexible, or at least hard to implement > > Hopefully,...