Stefan Kalscheuer

Results 174 comments of Stefan Kalscheuer

Forgot about this PR, the check workflow is now active (f0c3a4008805c2c5e8b19414c69ccdf58d10779c)

Migration is done offline, so no Composer plugin or similar is available. I never had a deeper look into this procedure, but I guess somebody would have to write a...

Successfully build and run tested on ath79/generic (Ubiquiti AirCube AC) For run-test backported to 24.10.1 (which does not make much difference here) Size changes: * binary package (apk): 117376 ->...

Good job :+1: Successfully build and run tested on ath79/generic (Ubiquiti AirCube AC) on 24.10.1 with default flags, post-quantum enabled and "modern only". Binary size with default flags -12, with...

IIRC the difference between one and both was rather low, few bytes. Either introduces around 65KB (+25%) binary size - which is roughly the same as RSA, so using the...

IMHO that’s fine, the legacy one should be disabled by default while the RSA-SHA256 can be still around for a now. SHA1 must be enable explicitly and dependes on LEGACY_COMPAT,...

Did it work properly at some point and if yes, what has changed since then (e.g. firmware update or switch)? Temperature on the display, via serial console or both? (narrow...

~I don't see any reason why this should not~ The target might be empty, if there is no path in the URI, e.g. https://www.example.com was requested and not https://www.example.com/ While...

We are not talking about an empty referrer, but an empty target... :thinking:

Only path that comes to my mind would be a valid URI like `https://example.com/` with Home URL `/` and `$wp_rewrite->use_trailing_slashes === false`, i.e. this call https://github.com/pluginkollektiv/statify/blob/5fcea33069c8cbaf10edc0842f09f1d8d23c73ff/inc/class-statify-frontend.php#L95 with [user_trailingslashit/) ](https://developer.wordpress.org/reference/functions/user_trailingslashit/) ```php...