GithubPatrick91
GithubPatrick91
I have some performance problem with the step() method of sqlite3. i would like to insert a std::vector (size 250) of these struct: `struct DATA{ pair id; pair value; pair...
Is it supported to filter nested object properties like following example? ``` c# class Company { string Id; Website website; } class Website { string Id; string url; } ```...
How i could change the build flag „ARDUINO_ESP32DEV“ to „ARDUINO_INKPLATE10“ in platformIO?