David Woodhouse

Results 115 comments of David Woodhouse

Thank you, I'll play with it some more. The package is huge — is there anything we can do to reduce it? If I add `--no-optional` to the `npm install`...

TIL... https://nodejs.medium.com/source-maps-in-node-js-482872b56116 So... is the version in standalone/ the version that *actually* gets run, having been translated from the original source code to pure JavaScript? Does that mean it's the...

We probably want something like https://github.com/openwrt/packages/blob/master/utils/domoticz/files/domoticz.hotplug for naming the serial port. Although I wonder if that should be made generic, rather than different packages having variants of it.

Yep, it's working here. Thanks. I'll try to make sense of all the files it puts in /etc/zwave-js-ui and work out which of them need to be in non-volatile vs....

In the node-mqtt package we have *three* copies of the same code, preprocessed in some way: ``` root@OpenWrt:/usr/lib/node/mqtt/dist# ls -l -rw-r--r-- 1 root root 319479 Nov 27 07:02 mqtt.esm.js -rw-r--r--...

I filed https://github.com/zwave-js/zwave-js-ui/issues/3473 to ask for some guidance on how best to package it. It does look like we shouldn't be setting `$ZWAVEJS_EXTERNAL_CONFIG` in our init script. That just makes...

Here's my attempt at incorporating the changes from https://github.com/zwave-js/zwave-js-ui/pull/3480 Fails with ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving:...

It's merged upstream in commit https://github.com/zwave-js/zwave-js-ui/commit/68326d635917895520be883013934d2789998d83 I appreciate that running on the right hardware is useful, but it's still useful to keep a bit of a handle on the size....

Ah, my dependency problem mentioned in https://github.com/nxhack/openwrt-node-packages/pull/1826#issuecomment-1853086056 goes away if I remove my persistent npm cache (`rm -rf npm-cache/npm-cache-zwave-js-ui`)

[hwtpm-key-files.tar.gz](https://github.com/tpm2-software/tpm2-tss-engine/files/11754228/hwtpm-key-files.tar.gz)