David Alsh
David Alsh
### What is the problem this feature will solve? # Introduction & Use Case Hi all, At Atlassian, we have a build tool written in Nodejs that makes heavy use...
### Describe the new feature Hi, first off, I want to thank the developers of sqlite browser. I absolutely love this database browser - It's a no nonsense db browser...
Hi all, [libnode](https://nodejs.org/api/embedding.html) is Nodejs compiled to a dynamically library (.so .dylib .dll) to allow embedding Nodejs within an application. Normally you'd write a "native extension" that is consumed from...
This adds the ability to use napi-rs with `libnode` - which is the [Nodejs embedding API](https://nodejs.org/api/embedding.html). Usage ```rust // Summarized usage fn main() { napi::setup("/path/to/libnode.so"); napi::napi_module_register(napi::napi_module { nm_modname: "example_native_module", //...
Just running into this and was a bit surprised. Is there guidance on how to properly use `v8::Global:into_raw()` and `v8::Global::from_raw()` to avoid a leak? ```rust // Run this 10_000 times...
### Problem Description I'm using the default ComfyUI SDXL workflow with Ubuntu 24.04 and the proprietary AMD drivers. This is also the case using Fedora 42. Issues: - Using the...