Peli de Halleux

Results 333 issues of Peli de Halleux

Same APIs as node.js. We already support `Buffer.getAt`, `Buffer.setAt` that maps internally to the C runtime serialization library; but it needs a friendlier layer. sources: https://github.com/microsoft/devicescript/blob/main/packages/core/src/buffer.ts#L35

enhancement
good first issue
core js

Forget should also delete password.

instead ``` const led = startLightBulb({ pin: }) ``` do ``` const led = new LightBuld({ pin: ...}) ```

Is there a way to notify vscode that the program is locked on a missing client. very catch 22 right now.

vscode
debugger

Debugger prints 5 "timeout" messages, then error message. Debugger works on second try.

To hook into unhandled exceptions and send them to the cloud.

Stay consistent with analog start*

When doing a `client.write(...)`, give the ability to set a timeout or some policy when the dvice is missing.

commonly needed crc8,16,32

enhancement
good first issue
core js