Janrupf

Results 58 comments of Janrupf

CI seems to be failing due to something unrelated again, @mhdawson mind taking a look?

@mhdawson CI failed again (sorry for the pings...), this time another random check. I don't think this is related to my changes, but neither can I fully confirm it is...

After a bit of reading through WebCord's source code I noticed it actually handles `@import`s. So the theme actually broke because of `url(...)` referencing external images. Maybe these could be...

New library is here: https://github.com/Janrupf/ultralight-java-reborn

I sadly don't have write access to this repository anymore, as I'm not working for LabyMod any longer.

The new version should in theory work on android as long as it is compiled against it. Since it compiles opus from source, it would make sure that it is...

To be honest, I think I bricked the device I experimented with (possibly damaged flash chip, not sure). It was a cheap china tablet, so there is no real documentation...

This is a working PKGBUILD file: ```sh pkgname=modular pkgver=0.1.4 pkgrel=1 pkgdesc="Modular installation tool" url="https://developer.modular.com/download" license=("custom:modular") depends=( "python" "python-pip" "ncurses" "libxml2" ) arch=("x86_64") source=("https://dl.modular.com/public/installer/deb/debian/pool/any-version/main/m/mo/modular_$pkgver/modular-$pkgver-amd64.deb") sha256sums=("7b958ac02260ae9a7224c6ae50860a4dd00089ffc00fc87a0c56585b34c10849") package() { bsdtar -xf data.tar -C...

Filed a bug report: https://github.com/nodejs/node/issues/51570