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

impl From<String>,From<[u8; N]> for Buffer

github.com/napi-rs/napi-rs - wacdev opened this pull request over 1 year ago
Feature Request: support `cross`

github.com/napi-rs/napi-rs - Boshen opened this issue over 1 year ago
chore(deps): update dependency electron to v24.2.0

github.com/napi-rs/napi-rs - renovate[bot] opened this pull request over 1 year ago
chore(deps): update yarn to v3.5.1

github.com/napi-rs/napi-rs - renovate[bot] opened this pull request over 1 year ago
chore(deps): update dependency electron to v24.1.3

github.com/napi-rs/napi-rs - renovate[bot] opened this pull request over 1 year ago
fix(napi-derive): increase initial ref count in async fn

github.com/napi-rs/napi-rs - Brooooooklyn opened this pull request over 1 year ago
Support illumos in @napi-rs/cli

github.com/napi-rs/napi-rs - drscream opened this issue over 1 year ago
chore(deps): update node.js to v20

github.com/napi-rs/napi-rs - renovate[bot] opened this pull request over 1 year ago
feat: clean napi-derive noop feature code path

github.com/napi-rs/napi-rs - forehalo opened this pull request over 1 year ago
test(napi): skip worker tests in slow Docker env

github.com/napi-rs/napi-rs - Brooooooklyn opened this pull request over 1 year ago
fix(napi): do nothing in deferred if thread is destroyed

github.com/napi-rs/napi-rs - Brooooooklyn opened this pull request over 1 year ago
fix(deps): update rust crate syn to v2

github.com/napi-rs/napi-rs - renovate[bot] opened this pull request over 1 year ago
chore(deps): update node.js to v19

github.com/napi-rs/napi-rs - renovate[bot] opened this pull request over 1 year ago
fix(deps): update rust crate once_cell to 1.17

github.com/napi-rs/napi-rs - renovate[bot] opened this pull request over 1 year ago
Dependency Dashboard

github.com/napi-rs/napi-rs - renovate[bot] opened this issue over 1 year ago
fix(deps): update rust crate libloading to 0.8

github.com/napi-rs/napi-rs - renovate[bot] opened this pull request over 1 year ago
chore(deps): update dependency electron to v24.1.2

github.com/napi-rs/napi-rs - renovate[bot] opened this pull request over 1 year ago
fix(napi): thread safe issue while creating class instance

github.com/napi-rs/napi-rs - Brooooooklyn opened this pull request over 1 year ago
crashes when constructing objects from multiple threads

github.com/napi-rs/napi-rs - airtable-keyhanvakil opened this issue over 1 year ago
Use after free in CI

github.com/napi-rs/napi-rs - Brooooooklyn opened this issue over 1 year ago
chore: upgrade npm dependencies

github.com/napi-rs/napi-rs - Brooooooklyn opened this pull request over 1 year ago
ci: remove depracated action

github.com/napi-rs/napi-rs - Brooooooklyn opened this pull request over 1 year ago
fast patches for napi/cli 3.0-alpha

github.com/napi-rs/napi-rs - forehalo opened this pull request almost 2 years ago
fix(napi): access violation in property getter/setter closure

github.com/napi-rs/napi-rs - MarkusJx opened this pull request almost 2 years ago
feat(napi-derive): add support for string enums

github.com/napi-rs/napi-rs - nebarf opened this pull request almost 2 years ago
chore: fix js binding template style

github.com/napi-rs/napi-rs - suyanhanx opened this pull request almost 2 years ago
fix(napi): free buffer in current thread if env is available

github.com/napi-rs/napi-rs - Brooooooklyn opened this pull request almost 2 years ago
chore(napi): add noop feature in napi crate

github.com/napi-rs/napi-rs - gaoquanzero opened this pull request almost 2 years ago
Ensure tokio runtime exists when registering the module

github.com/napi-rs/napi-rs - meowtec opened this pull request almost 2 years ago
How to cross complie without glibc?

github.com/napi-rs/napi-rs - southorange0929 opened this issue almost 2 years ago
How to create Ref<JsFunction> from JsFunction ?

github.com/napi-rs/napi-rs - oohusl opened this issue almost 2 years ago
fix(cli,napi-derive): backward compatible with older cli with #1531

github.com/napi-rs/napi-rs - Brooooooklyn opened this pull request almost 2 years ago
Concepts > async fn not work

github.com/napi-rs/napi-rs - at86 opened this issue almost 2 years ago
build failed with rust:1.59.0-buster

github.com/napi-rs/napi-rs - southorange0929 opened this issue almost 2 years ago
fix(cli): dts pipe

github.com/napi-rs/napi-rs - Brooooooklyn opened this pull request almost 2 years ago
fix(cli,napi-derive): re-export types from shared crate

github.com/napi-rs/napi-rs - Brooooooklyn opened this pull request almost 2 years ago
fix(napi): ThreadsafeFunctionHandle never being dropped

github.com/napi-rs/napi-rs - Brooooooklyn opened this pull request almost 2 years ago
feat: export registers in wasm32 target

github.com/napi-rs/napi-rs - Brooooooklyn opened this pull request almost 2 years ago
feat: support wasi target by integrate with emnapi

github.com/napi-rs/napi-rs - Brooooooklyn opened this pull request almost 2 years ago
fix(cli): export non const enums when generating typedefs

github.com/napi-rs/napi-rs - nebarf opened this pull request almost 2 years ago
feat(napi): property getter and setter with closure

github.com/napi-rs/napi-rs - victorteokw opened this pull request almost 2 years ago
fix(napi): use weak arc for passing `thread_finalize_data`

github.com/napi-rs/napi-rs - meowtec opened this pull request almost 2 years ago
can't build with link or can't find dylib?

github.com/napi-rs/napi-rs - southorange0929 opened this issue almost 2 years ago
feaqure request: Config for custom file header

github.com/napi-rs/napi-rs - suyanhanx opened this issue almost 2 years ago
chore(napi): upgrade bitflags to v2

github.com/napi-rs/napi-rs - Brooooooklyn opened this pull request almost 2 years ago
chore: ci components upgrade

github.com/napi-rs/napi-rs - Brooooooklyn opened this pull request almost 2 years ago
build: add libc++ in aarch64-linux-gnu Docker

github.com/napi-rs/napi-rs - Brooooooklyn opened this pull request almost 2 years ago
feat request: AsyncGenerator trait

github.com/napi-rs/napi-rs - suyanhanx opened this issue almost 2 years ago
If I can use napi crate as a lib ?

github.com/napi-rs/napi-rs - GiveMe-A-Name opened this issue almost 2 years ago
Segmentation faults in napi v2.10.3 and later

github.com/napi-rs/napi-rs - devongovett opened this issue almost 2 years ago
Fast way to pass complex structs Rust -> JS

github.com/napi-rs/napi-rs - overlookmotel opened this issue almost 2 years ago
NAPI-RS 3.0

github.com/napi-rs/napi-rs - Brooooooklyn opened this issue almost 2 years ago
feat: rewrite napi-cli

github.com/napi-rs/napi-rs - forehalo opened this pull request almost 2 years ago
Add type tags to `napi-sys`.

github.com/napi-rs/napi-rs - cutsoy opened this issue almost 2 years ago
dlopen: Symbol not found

github.com/napi-rs/napi-rs - TetieWasTaken opened this issue almost 2 years ago
Create API duplicating the capabilities of the CLI.

github.com/napi-rs/napi-rs - TheLarkInn opened this issue almost 2 years ago
[RFC] Allow packages users build Rust codes from source

github.com/napi-rs/napi-rs - Brooooooklyn opened this issue almost 2 years ago
Panic when promise lives longer than connection

github.com/napi-rs/napi-rs - 82marbag opened this issue almost 2 years ago
TS enum as strings rather than ints

github.com/napi-rs/napi-rs - jowparks opened this issue almost 2 years ago
ES module support

github.com/napi-rs/napi-rs - controversial opened this issue almost 2 years ago
Usage without yarn

github.com/napi-rs/napi-rs - controversial opened this issue almost 2 years ago
[Feat+Fix] Enhances Build Config with specific JS File

github.com/napi-rs/napi-rs - TheBrenny opened this pull request about 2 years ago
Nested classes

github.com/napi-rs/napi-rs - v-morlock opened this issue about 2 years ago
Darwin universal architecture

github.com/napi-rs/napi-rs - skirsdeda opened this pull request about 2 years ago
Unable to generate new project without yarn

github.com/napi-rs/napi-rs - ikokostya opened this issue about 2 years ago
Pass closure for Property setter/getter

github.com/napi-rs/napi-rs - MarkusJx opened this issue about 2 years ago
Callback usage in factory method results in macro error

github.com/napi-rs/napi-rs - CMCDragonkai opened this issue about 2 years ago
Support for Tuples and Tuple Struct

github.com/napi-rs/napi-rs - CMCDragonkai opened this issue about 2 years ago