thirstyfish
thirstyfish
Hi @ricozinn , having the same issue on M1 Mac running on Monterey. Did you manage to resolve it? Thx
> Hi @ricozinn , having the same issue on M1 Mac running on Monterey. Did you manage to resolve it? Thx For posterity, this workaround seems to work: https://github.com/node-modbus/stream/issues/55#issuecomment-696224704
Yeah, you are right. Also when looking at the source, the bootstrap servers and the sasl.jaas.config are needed to instantiate the Kafka producer, so can't extract that from metadata. In...
> +1 > > That said, here's a way to do it with a "normal" .env file, i.e. without the explicit `--env` on each line: > > ``` > cat...
Here's how I could work around this issue: ``` npm uninstall -g tty.js git clone https://github.com/chjj/pty.js.git /tmp/pty.js vim /tmp/pty.js/src/unix/pty.cc ``` Change line 39 to: ``` #include "/usr/include/util.h" ``` Save and...
Same here, on latest version of all packages the Select API doesn't seem to work due to this error