Peter Njeim

Results 130 comments of Peter Njeim

This feature is already supported. Please read the README of any project before opening an issue. You need to download the ATV Bridge App for SmartTubeNext. If you want the...

Please note that the new repo is hosted at: https://github.com/LibreScore/dl-librescore

1. Download latest Release of https://github.com/Displax/safetynet-fix/releases 2. Install in Magisk (no need to uninstall kdrag0n safetynet-fix) 3. Reboot 4. ??? 5. Profit

I wasn't aware an app could just choose to not use basic integrity, thought that was Google's choice. The whole point of safetynet-fix is to force basic attestation, as hardware...

Yup, it says on that page that they switched from Safetynet to Play Integrity (PI) after that version, making this Magisk module useless for it. There was an exploit to...

My solution: ```diff # bitsdojo_window/bitsdojo_window_windows/windows/bitsdojo_window.cpp @@ -150,8 +150,14 @@ DwmExtendFrameIntoClientArea(hwnd, &margins); } + double getScaleFactor(HWND window) { + UINT dpi = GetDpiForWindow(window); + return dpi / 96.0; + } +...

> @PeterNjeim, in your implementation there was still a white border around the app which looked bad in dark-mode. > > I have raised #139, looking for any review. I...

> > > @PeterNjeim, in your implementation there was still a white border around the app which looked bad in dark-mode. > > > I have raised #139, looking for...

I updated to 12.4 but don't plan on updating to beta releases of macOS. 12.4 was strange as it got stuck at this kernel panic whenever it tried to boot....

I'm lost as to how I can generate the sequential embeddings. Can anyone of you guide me or give some general tips as to how to accomplish this? Like the...