Geoff Gustafson
Geoff Gustafson
We have always left out the Math library from JS to save space. However, we do have enough room these days that we could enable it, although it is large...
Good topic. You're right, we've been solving similar problems lately (temporarily) by adding make arguments to set the values, solution #2. So I think that's probably the immediate path forward...
Noting a related patch from @jprestwo today: #980
We could probably do something analogous at least. Since we don't have a "user" we can't really detect when the "user is inactive". But one sign of how active the...
That's a cool bug, very interesting. :)
This could turn out to be something we're impacting, with pinmux values in an invalid state and muliple onboard devices driving to the same pin or something like that. But...
Again, interesting but as it's board and pin-specific it's not going to hit the top of the priority list soon. ;)
Make sure we explain the above behavior in the relevant API doc. Can we tell whether we have a virtual or physical address? Maybe we could provide an API to...
But works okay on Linux? Works okay with an older ZJS build?
Hmm, seems to work fine for me on A101 with Ethernet at least w/ latest. Possibly retry with PR #1522. I guess I'll try BLE also.