node-rs
node-rs copied to clipboard
Node.js bindings ❤️ Rust crates
# Problem Much in the same way the deno-lint bindings provide value, so too could deno-fmt bindings. # Discussion - Are there inhibitors to replicating what was done for lint...
The Bun runtime supports password hashing out of the box. I guess it uses the implementations in the Zig standard library. https://bun.sh/guides/util/hash-a-password Since Bun is rapidly gaining popularity, many developers...
macOS Ventura 13.4 (22F66) Apple M2 Pro ``` /Users/hotoo/Library/pnpm/global/5/.pnpm/@[email protected]/node_modules/@node-rs/jieba/index.js:232 throw loadError ^ Error: Cannot find module '@node-rs/jieba-darwin-x64' Require stack: - /Users/hotoo/Library/pnpm/global/5/.pnpm/@[email protected]/node_modules/@node-rs/jieba/index.js - /Users/hotoo/Library/pnpm/global/5/.pnpm/[email protected]/node_modules/pinyin/lib/segment.js - /Users/hotoo/Library/pnpm/global/5/.pnpm/[email protected]/node_modules/pinyin/lib/pinyin.js - /Users/hotoo/Library/pnpm/global/5/.pnpm/[email protected]/node_modules/pinyin/bin/pinyin at Function.Module._resolveFilename (internal/modules/cjs/loader.js:931:15)...
I want to create multiple Jieba instances with different dicts.
Hi, `xxh32` (not sure if specifically this function or the lib in general) seems to be leaking some resources. When used as part of `jest` tests, it randomly causes: `"Jest...
Checking the sources can take a long time. Blocking the whole JavaScript VM should be avoided. The API could be changed to support asynchronous execution and let retain the synchronous...
Similarly to `esbuild`, why not building `denolint` as a Rust executable and call it directly on the command line? Less complexity, better performance. The command line executable is usually used...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [yarn](https://togithub.com/yarnpkg/berry) ([source](https://togithub.com/yarnpkg/berry/tree/HEAD/packages/yarnpkg-cli)) | [`4.1.1` -> `4.2.1`](https://renovatebot.com/diffs/npm/yarn/4.1.1/4.2.1) |...
I'm having issue during building a **SvelteKit** project with **napi-rs/node-rs**. The issue occurs when building it in Docker image but when I build it on Vercel it's working. I tried...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [jieba-rs](https://redirect.github.com/messense/jieba-rs) | workspace.dependencies | minor | `0.6` -> `0.7` | --- ### Release...