AlCalzone

Results 303 issues of AlCalzone

As discussed on Slack, there are issues with SmartStart inclusion when too many things are happening at once. For example multiple interviews, plus automatic inclusion of nodes. It seems that...

enhancement

The updates are available from [Leviton here](https://hubconnecteddecorasmart.zendesk.com/hc/en-us/articles/4407521680155-Can-Leviton-Z-Wave-Products-Firmware-Be-Updated-) _Originally posted by @ChrisLizon in https://github.com/zwave-js/node-zwave-js/discussions/4087_

I tried to follow the getting started guide at https://napi.rs/docs/introduction/simple-package but I'm getting stuck pretty early. According to the documentation, the generated directory should contain a `.cargo` directory and building...

CLI

I'm getting the following error during the CI tests **Test bindings on Linux-x64-gnu - node@12** and **Test bindings on Linux-x64-gnu - node@14** ``` /build/rsonl-db.linux-x64-gnu.node: cannot allocate memory in static TLS...

bug

I'm working on a key-value store with a `Map` (JS) like API which automatically persists its data in an append-only nd-json format. Essentially https://github.com/AlCalzone/jsonl-db but in Rust. So far, this...

When rebuilding a project created with `napi-rs` that has no changes on the Rust side, the binaries can no longer be used from JS code. When building from a clean...

While enabling `wotan` for a project of mine, I found this gem: ```ts await this.observeGroupsAndScenes; // Unnecessary 'await' of a non-Promise value. [await-only-promise] ``` where `observeGroupsAndScenes` is a function that...

enhancement
help wanted

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Have a simple script with a variable that contains...

bug
maintainer approved

This seems to be complicated and possibly incompatible with `vm.Script`: https://github.com/nodejs/node/issues/27387

maintainer approved