node-rs
node-rs copied to clipboard
Node.js bindings ❤️ Rust crates
According to the [docs](https://deno.land/manual/tools/linter), a `// deno-lint-ignore` directive should ignore a failing rule on the next line. The following is an example I ran where this fails: ``` ~$ cat...
Hope you don't mind me submitting 2 separate issues at once, but I don't think this is related to #630. It seems the denolint cli ignores the `path` parameter and...
This is a very rough draft for adding a new package that wraps Rust's glob crate. I'm aiming to teach myself Rust and NAPI stuff by doing this. You don't...
Hi! I would like to include some linting rules and exclude the dist directory. The `files` field seems not supported in the config file. The combination of a config file...
服务器:Windows Server 2008R2 node版本:v12.18.3 安装报错: `npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fse vents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@ 2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"} )`...
 调用load开头的均报这个错
There are bcrypt functions exposed for generating salts (`genSalt`/`genSaltSync`), but it doesn't seem possible to pass their returned values to `hash()` as an alternative to the `rounds` parameter. I didn't...
https://docs.rs/notify/latest/notify/
https://crates.io/crates/glob
node.js does not natively support dgram over UNIX sockets, and this makes talking to ubus (and so, systemd) more painful than it should. See https://www.pluralsight.com/tech-blog/using-systemd-notify-with-nodejs/ There are no _great_ packages...