Stephan Strittmatter

Results 82 comments of Stephan Strittmatter

Maybe it could be defined the size of the queue? Default could be ’0’. If it is Zero it is current handling and on the other hand the size could...

@luebbe could we solve this old issue? I am not sure because of side effects.

> A PR is always welcome. Please make it against develop-v3, because we decided to stop development on the develop (v2.x) branch. we have refactored the repository currently. #develop is...

@EinfachArne Yes this is a big gap in PlatformIO. There is still missing decoding of back traces. My current workaround: * Start Arduino IDE with installed https://github.com/me-no-dev/EspExceptionDecoder * open decoder...

I think you have to add crossorigin param to the method because the images are from other domain: ```javascript mergeImages(toMerge, { [...] crossOrigin: "Anonymous" }) ``` See also: https://github.com/lukechilds/merge-images#optionscrossorigin

Proxy could also be defined global in Rasbian, which also helps to run apt updates: ```sh cd /etc/apt/apt.conf.d sudo touch 10proxy sudo nano 10proxy ``` ```sh //file=/etc/apt/apt.conf.d/10proxy Acquire::http::Proxy "http://127.0.0.1:8080"; Acquire::https::Proxy...

Probably this could be fixed in this PR too: https://github.com/vue-leaflet/vue-leaflet/issues/364