Results 238 comments of Scott Baker

Are you calling d-s-f with `--patch` enabled? That is supposed to fix ratios: ``` # `git add --patch` requires our output to match the number of lines from the #...

Can you provide the gitconfig you're using, and an diff that triggers this behavior?

Are you able to provide a diff file the exhibits this behavior?

I don't have any technical details on what this does, but I do think it would be useful information to have in the docs.

I ran in to this same issue and posted an easily [recreatable](https://www.reddit.com/r/esp32/comments/11mzyri/webserverh_handleclient_slows_my_code_down_by_3737/) (is that a word) example on Reddit. This issue affects ALL ESP32 boards so the title may need...

Attached is the script I use to test this: [blink-web.ino.gz](https://github.com/espressif/arduino-esp32/files/10936185/blink-web.ino.gz). FWIW while simply adding `server.enableDelay(false)` **does** improve performance significantly, the performance level is still _significantly_ lower than `ESP8266WebServer.h`. | Board...

The issue as I see it is that a person could have a project that has a working requirement of 20kHz, they add in `WebServer.h` and now their project is...

What's the status on this? I'm getting bit by this also.

I just landed #40 that also shows off the discrepancy.

I didn't even think about testing a different font. Good call! This is the font used in ALL of the examples so I just copied it over. I will test...