lauckhart

Results 5 issues of lauckhart

Now takes addresses as a list of listening address instead of one each of IPv4, IPv6 and BLE. Adds support for dual-mode (IPv4 + IPv6) sockets. Adds one dual-mode UDP...

review - changed requested

Two points from @vilic: 1. Windows shell doesn't support the single quoted strings we use for formatting and lint commands; and 2. It'd arguably be more elegant to blacklist using...

bug

Some quick ideas r.e. ByteArray. - Right now we monkeypatch Uint8Array, might be frowned upon by some library users - Could we make ByteArray a subclass of Uint8Array instead of...

question

Feedback appreciated! Goals: * Move remaining matter.js tests from matter-node.js * Enable full functionality in non-node environments without proper crypto primitives. Proposal: * Create new matter-crypto.js package parallel to matter.js....

enhancement

The overall goal of these changes is address consistency issues that were breaking ACL checks on global attributes. As usual this ballooned into a bunch of updates but mostly interrelated...

review - approved