matejc
matejc
Thanks for a great ECS summary. I am missing: - How to handle input? (Best practices) - Multiplayer support. (Best practices, guidelines) - What is a singleton component and how...
Basic examples produce compiling errors (WiFiClientSecure.h: No such file or directory etc.) on ESP32 using PlatformIO. To overcome this, I had to add additional include statements in main.cpp file. ```...
"Error: Cannot run with sound null safety, because the following dependencies don't support null safety: - package:heatmap_calendar"
Searching for the library in Platformio PIO Home (Mac with M1 processor, VC) shows only the 1.1.0 version (the changelog in VC shows all versions). If I try to update...
If I upgrade from 1.9.7 to 1.9.8 i get an error: ``UnknownPackageError: Could not find the package with 'earlephilhower/ESP8266Audio @ ^1.9.8' requirements for your system 'darwin_arm64'`` ```bash [env:featheresp32] platform =...