Michael Keck
Michael Keck
Should better match the coloring of Firefox's Light theme
Explore potential speed improvements of + cloneNode instead of insertAdjacentHTML
https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel/preload
Firefox supports AVIF images since version 93 by default. https://caniuse.com/avif
Right now CPT uses only one profile by default. There are the variables `CONAN_BASE_PROFILE` and `CONAN_BASE_PROFILE_BUILD` that allow to set two profiles, but this is error-prone when we just want...
URL being validated or code to reproduce error: ``` :root { color-scheme: light dark; } ``` ``` error: CSS: "color-scheme": Property "color-scheme" doesn't exist. ``` https://developer.mozilla.org/en-US/docs/Web/CSS/color-scheme#adapting_to_color_schemes
This adds some basic CI builds via GitHub Actions. ## CMake This produces a build matrix `[Linux, Windows, MacOS]` x `[Debug, Release]` and builds libmodplug with CMake with the default...
I'm assuming that https://github.com/Konstanty/libmodplug/commit/5a39f5913d07ba3e61d8d5afdba00b70165da81d is what we get when we download https://sourceforge.net/projects/modplug-xmms/files/libmodplug/0.8.9.0/ However, it would be nice when we don't have any doubt about this. Could you please create a...
Thanks 😄
Removing the fork status helps to signalize that this is now the new upstream, tools will suggest creating pull requests against this repo instead of the Microsoft one etc. This...