Matthew Zavislak

Results 9 issues of Matthew Zavislak

## What? Pull in latest plugin and dependency versions; address deprecation warnings. ## Why? Stay up-to-date with the build ecosystem before things snowball and the project won't work with future...

https://gist.github.com/elevenfive/c5cab352ca368bba3087 Take a look! I confirmed this breaks on < 16. It doesn't break for all URLs. For example, Paypal's site doesn't expose the issue for some reason. Important details:...

The Android Developers documentation team has updated their documentation regarding receiver exporting. This change changes `system` to `system UID` and adds a link to the AD page on this topic....

Seeing CME and failure with Kotlin 2.0. Does current master fix the issue? Will there be a new release - it's been 8 months since the last release? ``` 2:...

Snyk has added a new detection for the CVE from last year: https://security.snyk.io/vuln/SNYK-JAVA-COMGOOGLEPROTOBUF-9398723 Can the team kindly confirm whether 4.26.x is affected as it was never issued a patch for...

java
java-lite

- Original code assumed 8:5 ratio and ended up stretching when window or full-screen display was in a different ratio. Before: After:

Without this fix, getting errors like this (Ubuntu 25.04 / x86_64) ``` /usr/bin/ld: CMakeFiles/acidwarp.dir/display.c.o: in function `disp_setPalette': display.c:(.text+0xe5): undefined reference to `glActiveTexture' /usr/bin/ld: display.c:(.text+0xf7): undefined reference to `glBindTexture' /usr/bin/ld: display.c:(.text+0x132):...

Rather than abruptly transitioning during `SKIP`, let the image fade-out and the next one fade-in.