Kasper Lund
Kasper Lund
The case isn't handled in the `Interpreter::fast_at` helper yet: https://github.com/toitlang/toit/blob/309bfe40685770ea4122f71a2f6fc88f968e00df/src/interpreter_core.cc#L26
It is possible for a call to `containers.start` to receive a `SYSTEM_RPC_NOTIFY_RESOURCE_` message before we've initialized the `ServiceResourceProxyManager_`. This happens when the started container manages to run to completion before...
This is probably not quite ready to land, because tools/firmware doesn't work well on Windows yet.
Either filter in the Jaguar CLI so you cannot name a device with an embedded `"` or maybe escape it on the device.
Today, Jaguar doesn't reply with an error to HTTP requests that fail in unexpected ways (exceptions, timeouts, etc.). We probably need to wrap the HTTP request handling in something that...
When closing TCP and UDP sockets on the ESP32, we call `pbuf_free` if we hold onto network packets that we got from the underlying network layer (like wifi). This in...
It would be great if you clarify if the beautiful graphs here: https://medium.com/@harrycheung/mobile-app-performance-redux-e512be94f976#.1v6ezq7su are based on 1,000 or 10,000 iterations runs. Maybe I missed it somewhere, but it's not 100%...