Dennis Duda

Results 16 issues of Dennis Duda

Hey, would it be possible to export `processTypeDef` from the napi-cli js package? We'd like to manually generate the typedefs file inside our build process (without having the build process...

**Is your feature request related to a problem? Please describe.** I forgot to switch the XOR key input field from hex to UTF8. Ideally, CyberChef would have warned if the...

feature

(This is somewhere between a bug report and a feature request) At work we've got a setup where various `cfg`s are being set depending on outside configuration. For rust-analyzer, we...

C-feature
A-cargo

I'm not sure if I'm missing something or if it would be too late to change for 3.0.0, but it seems like `ToNapiValue` could take the value to convert as...

Since features are purely additive in Rust, having a default-enabled feature for generating typings would help when trying to write crates/libs that work both with and without napi (e.g. for...

**Please describe the feature you want** I'd like to be able to filter (similar to `.gitignore`) files that should be skipped during context creation for specific repositories. I haven't been...

enhancement