Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

NAPI-RS

NAPI-RS is a framework for building pre-compiled Node.js addons in Rust.
Collective - Host: opensource - https://opencollective.com/napi-rs - Code: https://github.com/napi-rs/napi-rs

perf(napi): display the real info for TypedArray

github.com/napi-rs/napi-rs - richerfu opened this pull request 4 days ago
chore: set DISABLE_V8_COMPILE_CACHE in docker test

github.com/napi-rs/napi-rs - Brooooooklyn opened this pull request 5 days ago
Implement Write for Buffer and Uint8Array

github.com/napi-rs/napi-rs - akaNightmare opened this issue 5 days ago
fix(napi): data maybe null in custom_gc

github.com/napi-rs/napi-rs - Brooooooklyn opened this pull request 5 days ago
chore: refresh npm dependencies

github.com/napi-rs/napi-rs - Brooooooklyn opened this pull request 5 days ago
NPM Publish repository url empty

github.com/napi-rs/napi-rs - shaozi opened this issue 5 days ago
test: fix some test case

github.com/napi-rs/napi-rs - richerfu opened this pull request 6 days ago
Tokio Async SEGSEGV

github.com/napi-rs/napi-rs - matthewkeil opened this issue 7 days ago
feat(napi,napi-derive): allow lifetime in Class

github.com/napi-rs/napi-rs - Brooooooklyn opened this pull request 8 days ago
`createRequire` for SEA support

github.com/napi-rs/napi-rs - jackyzha0 opened this pull request 10 days ago
feat(napi): support arraybuffer for de

github.com/napi-rs/napi-rs - richerfu opened this pull request 10 days ago
Align DX between libuv and tokio work

github.com/napi-rs/napi-rs - wemeetagain opened this issue 11 days ago
Allow js_name on string enum

github.com/napi-rs/napi-rs - TAYTS opened this issue 11 days ago
chore(napi): env doesn't need to be mut

github.com/napi-rs/napi-rs - Brooooooklyn opened this pull request 12 days ago
refactor!(napi): remove clone fn on ThreadsafeFunction

github.com/napi-rs/napi-rs - Brooooooklyn opened this pull request 12 days ago
ci: fix ubuntu 24.04 electron test

github.com/napi-rs/napi-rs - Brooooooklyn opened this pull request 16 days ago
chore(deps): lock file maintenance

github.com/napi-rs/napi-rs - renovate[bot] opened this pull request 17 days ago
feat!: support node 22

github.com/napi-rs/napi-rs - wemeetagain opened this pull request 18 days ago
feat: support ESM binding

github.com/napi-rs/napi-rs - wemeetagain opened this pull request 18 days ago
chore(deps): update dependency ubuntu to v24

github.com/napi-rs/napi-rs - renovate[bot] opened this pull request 22 days ago
anyhow not working with `async fn`

github.com/napi-rs/napi-rs - probablykasper opened this issue 22 days ago
chore(deps-dev): bump rollup from 4.21.2 to 4.22.4

github.com/napi-rs/napi-rs - dependabot[bot] opened this pull request 24 days ago
chore(napi): remove once_cell

github.com/napi-rs/napi-rs - Brooooooklyn opened this pull request 25 days ago
feat(napi-derive): add async_runtime attribute

github.com/napi-rs/napi-rs - Brooooooklyn opened this pull request 25 days ago
chore(deps): update dependency esbuild to ^0.24.0

github.com/napi-rs/napi-rs - renovate[bot] opened this pull request 26 days ago
feat(napi-derive): allow napi fn with lifetime

github.com/napi-rs/napi-rs - Brooooooklyn opened this pull request 27 days ago
refactor(napi-derive): expand order

github.com/napi-rs/napi-rs - Brooooooklyn opened this pull request 28 days ago
ci: run test in Docker with -s

github.com/napi-rs/napi-rs - Brooooooklyn opened this pull request 29 days ago
chore(deps): update dependency vite to v5.4.6 [security]

github.com/napi-rs/napi-rs - renovate[bot] opened this pull request about 1 month ago
chore(deps-dev): bump vite from 5.4.2 to 5.4.6

github.com/napi-rs/napi-rs - dependabot[bot] opened this pull request about 1 month ago
fix(napi): nullptr handling in `TypedArray`s

github.com/napi-rs/napi-rs - Xanewok opened this pull request about 1 month ago
fix(deps): update dependency @inquirer/prompts to v6

github.com/napi-rs/napi-rs - renovate[bot] opened this pull request about 1 month ago
chore(cli): update ci template

github.com/napi-rs/napi-rs - Brooooooklyn opened this pull request about 1 month ago
fix(cli): extra line break in the tail of dts file

github.com/napi-rs/napi-rs - Brooooooklyn opened this pull request about 1 month ago
chore(cli): respect constEnum in napi config

github.com/napi-rs/napi-rs - Brooooooklyn opened this pull request about 1 month ago
chore(deps): update yarn to v4.5.0

github.com/napi-rs/napi-rs - renovate[bot] opened this pull request about 1 month ago
chore: enable corepack in Debian base Dockerfile

github.com/napi-rs/napi-rs - stevefan1999-personal opened this pull request about 1 month ago
chore(deps): update dependency sinon to v19

github.com/napi-rs/napi-rs - renovate[bot] opened this pull request about 1 month ago
chore(deps): bump path-to-regexp from 6.2.2 to 6.3.0

github.com/napi-rs/napi-rs - dependabot[bot] opened this pull request about 1 month ago
fix(napi): windows function registration timing

github.com/napi-rs/napi-rs - Brooooooklyn opened this pull request about 1 month ago
Node exceptions using `Uint8Array` in `async fn`

github.com/napi-rs/napi-rs - wemeetagain opened this issue about 1 month ago
Support native ESM codegen

github.com/napi-rs/napi-rs - wemeetagain opened this issue about 1 month ago
refactor!(napi): Ref should not hold the value ptr

github.com/napi-rs/napi-rs - Brooooooklyn opened this pull request about 1 month ago
fix(napi-derive): call flush on the BufWriter

github.com/napi-rs/napi-rs - richerfu opened this pull request about 2 months ago
chore(deps): lock file maintenance

github.com/napi-rs/napi-rs - renovate[bot] opened this pull request about 2 months ago
perf(macro): constructor don't support asynchronous function

github.com/napi-rs/napi-rs - richerfu opened this pull request about 2 months ago
Crash in clang64 environment when using angular

github.com/napi-rs/napi-rs - ArchGuyWu opened this issue about 2 months ago
fix(napi): use error_ref should checkout it at first

github.com/napi-rs/napi-rs - richerfu opened this pull request about 2 months ago
chore(deps): update dependency oxlint to ^0.9.0

github.com/napi-rs/napi-rs - renovate[bot] opened this pull request about 2 months ago
chore: prepare for no-unused-vars

github.com/napi-rs/napi-rs - DonIsaac opened this pull request about 2 months ago
chore(deps): bump micromatch from 4.0.7 to 4.0.8

github.com/napi-rs/napi-rs - dependabot[bot] opened this pull request about 2 months ago
chore(deps): bump axios from 1.7.3 to 1.7.5

github.com/napi-rs/napi-rs - dependabot[bot] opened this pull request about 2 months ago
chore(deps): bump elliptic from 6.5.6 to 6.5.7

github.com/napi-rs/napi-rs - dependabot[bot] opened this pull request about 2 months ago
chore(deps): update yarn to v4.4.1

github.com/napi-rs/napi-rs - renovate[bot] opened this pull request about 2 months ago
chore(deps): update dependency oxlint to ^0.8.0

github.com/napi-rs/napi-rs - renovate[bot] opened this pull request about 2 months ago
fix(napi-derive): tuple object and enum

github.com/napi-rs/napi-rs - CPunisher opened this pull request about 2 months ago
feat(napi): mark JsArraybufferValue's value pub

github.com/napi-rs/napi-rs - richerfu opened this pull request about 2 months ago
Necessity of requiring visibility to be public

github.com/napi-rs/napi-rs - CPunisher opened this issue about 2 months ago
feat: support structured enum with discriminated unions

github.com/napi-rs/napi-rs - CPunisher opened this pull request about 2 months ago
chore(deps): update dependency electron to v32

github.com/napi-rs/napi-rs - renovate[bot] opened this pull request about 2 months ago
fix(cli): bump FreeBSD version to 13.3

github.com/napi-rs/napi-rs - markovalenko opened this pull request 2 months ago
chore(deps): update dependency webdriverio to v9

github.com/napi-rs/napi-rs - renovate[bot] opened this pull request 2 months ago
ValueView?

github.com/napi-rs/napi-rs - punkeel opened this issue 2 months ago
fix(napi-derive): warning in empty enum codegen

github.com/napi-rs/napi-rs - Brooooooklyn opened this pull request 2 months ago
fix(napi-derive): string enum validate logic

github.com/napi-rs/napi-rs - Brooooooklyn opened this pull request 2 months ago
ci: fix Address Sanitizer check

github.com/napi-rs/napi-rs - Brooooooklyn opened this pull request 2 months ago
chore(deps): update node docker tag to v20

github.com/napi-rs/napi-rs - renovate[bot] opened this pull request 2 months ago
chore: implement serde::Serialize for Either

github.com/napi-rs/napi-rs - lbarthon opened this pull request 2 months ago
chore(deps): update dependency oxlint to ^0.7.0

github.com/napi-rs/napi-rs - renovate[bot] opened this pull request 2 months ago