quazardous
quazardous
Hi, I'm having this warning too Eclipse PDT 8.0.0.202007171531 (@fedora 34)
@jlevers I've pushed the changes requested (I hope)
here is a good patch https://github.com/Links2004/arduinoWebSockets/issues/738#issuecomment-1043356325 ```cpp #if ESP_IDF_VERSION_MAJOR >= 4 #if ( ESP_ARDUINO_VERSION >= ESP_ARDUINO_VERSION_VAL(1, 0, 6) ) #include "sha/sha_parallel_engine.h" #else #include #endif #else #include #endif ```
crap just use https://github.com/karol-brejna-i/RemoteDebug (RemoteDebug2)
@jlevers up NB another new value: MY_VOEC
https://github.com/quazardous/selling-partner-api/tree/fix-620
maybe not a bug (I had some reverse proxy)
Hi same here with SF v4.2.4 + doctrine/orm 2.6.3 EDIT Found what broke it down !!! ```yaml services: ... App\EventSubscriber\EntitiesLifecycleSubscriber: tags: [doctrine.event_subscriber] ``` ```php