naugehyde
naugehyde
I'd happily test a prototype if I had one. I am in Los Angeles as it happens. On Mon, Sep 25, 2023 at 3:12 AM Sailoog ***@***.***> wrote: > Hi,...
@tkurki Currently testing with a MCP2518 equipped CAN hat courtesy @astuder. The MCP2518 has a much larger buffer space than the MCP2515 that's on the PICAN-M and the Waveshare CAN...
@tkurki Should I test on 2.3.0 or 2.2.0? I note with interest that 2.3 has an upgraded canboatjs.
I rebased two days ago (or at least thought I did). If there are additional steps I need to take please let me know what I need to do.
I pushed the changes but not force pushed. Is it too late to force push? And is it just a matter of executing git push -f On Sun, Dec 15,...
Okay. Look for it soon. There's some development cruft in my commits I'd like to remove. FYI Pretty sure all my changes are in the packages/server-admin-ui and server-admin-ui/dependencies directories and...
That's the problem in a nutshell. Good explainer. Thank you! NB: In a class that required frequent reconnects to a bluetooth device, I stored the result of Device::gatt() in an...
I wonder if the following change to BusHelper::children() would make a difference: ``` async children () { this._ready = false // WORKAROUND: it forces to construct a new ProxyObject if...
Nice! Thank you for that!