Marcus Klein

Results 78 comments of Marcus Klein

I have the same issue but was able to work around it by right clicking and the context menu has an entry to exit fullscreen.

I have the same issue and this massively slows down chromium as I am displaying an overview of a surveillance system.

I have the same compilation problems and ESPAsyncTCP works with this pull request with SSL without any problems yet. I would appreciate a merge, too.

@mhightower83 it would be good, to rebase your fix on the master branch instead of merging the master branch into your branch.

> how can I dowonload this pull request? @jeroenst With PlatformIO you can do in `platformio.ini`: ``` lib_deps = https://github.com/mhightower83/ESPAsyncTCP#correct-ssl-_recv ```

Why does async-mqtt-client need a patch for SSL support for ESP32? That should be the responsibility of AsyncTCP or am I wrong here?

Thanks. I thought AsyncTCP is just the ESP32 equivalent of ESPAsyncTCP.

> open question: how about natively supporting ArduinoJson as a payload type? Most of my publish payloads are JSON strings. They get serialized to a char * buffer and sent...

I am not sure, whether this report is correct here or git-lfs should go into the https://github.com/jenkinsci/docker-slave image.

I tried to work around this issue now by using a separate Docker image having Git with LFS support installed. My pipeline code looks like the following container('git-lfs') { checkout...