Kjell Braden

Results 15 comments of Kjell Braden

I advance the buffer for `buffer.len() - pattern.len() + 1` whenever I hit the end using `buffer.copy_within()`. I just figured I'd ask if you'd want it in here before publishing...

> Regarding WDT resets: I have received a word from @willmmiles (whom I consider one of the most technically skilled developers that touched WLED code) that he has traced WDT...

> how do you know it is not? Because I explicitly checked the source when I set it up, and therefore assigned data to GPIO13 and clk to GPIO14.

I'll have a look. Do I need to compile a debug build for this, or will the normal esp8266 crashdump suffice?

Efforts to remove php-fpms limitation have failed, see https://github.com/php/php-src/pull/7509

I agree that it doesn't make sense to change the example if the implication isn't clearly understood. I'll try to get a minimal reproducing setup to share and clarify the...

I ran some tests on a local docker deployment: ``` docker run --rm --name nc --network my-net -v nextcloud_html:/var/www/html nextcloud:fpm docker run --rm --network my-net -p 80:80 -v /tmp/nginx.conf:/etc/nginx/nginx.conf:ro -v...

Just to state the obvious: by setting `fastcgi_request_buffering on`, nginx will buffer up to `client_body_max_size` memory for every upload, even the ones with known size, so this change will definitely...

In the mean time, I upgraded to LineageOS 20 / Seedvault 13-3.1, but the issue remains the same. Excluding AirBnb led to another app with the same issue. With the...

Here's a weird observation: I've set up davx5 to go through mitmproxy to analyze the failing WebDAV transaction, and it doesn't fail there at all.