Stephen Brawner
Stephen Brawner
Adding this model to dartsim requests the `CanonicalLinkName` of a model. However, it may be empty if it is part of a nested model, or the canonical link of the...
I believe the logic expects that `esp_now_send` will always call `tx_cb`, but I'm not sure that will happen in all error cases. That means `readyToSend` can stay false and block...
Currently `CAPACITY` in the basic_string class is listed as `const size_type CAPACITY`. For platforms that support constexpr, it wouldn't need to be part of its memory footprint if it were...
These are my two main container classes my project uses, and I noticed they don't make use of the Memory Model concept. Can I add a request that this gets...