David Alsh
David Alsh
Hi, I use Github releases as my source of truth when installing fnm - especially for automation scripts and such. Could we update the release artifact names to be more...
### What feature or improvement do you think would benefit Files? Say I have a "source" folder with documents that I have manually added metadata to categorize ``` /mydir/ /more-docs...
When using a filter in the process list, is it possible to only show the usage for the filtered processes in the other charts? For instance, if I filter for...
Hi, running Zenith on MacOS version `0.14.1`, I noticed that the memory usage displayed is different to the memory usage shown on Activity monitor. Am I misunderstanding what Zenith or...
Currently to kill a process you need to: 1) Highlight the target process in the list of processes:  2) Hit "enter" to expand the process details  3) Press...
Node's n-api can be used when embedding Nodejs into a Rust application. It has the same bindings as a napi-addon. It would be amazing if the safe/high level types available...
I'd like to host an ssh3 server on my local machine without an SSL certificate, available only to my CloudFront or CloudFlare proxy which applies ssl to the connection. This...
Trying to build this but the instructions in the readme don't seem to work
Go projects can be compiled to static C libraries (.a .lib) This would be fantastic as it would allow me to embed esbuild in my single binary Rust application.
Currently, this PR is raised to aid in the discussion of https://github.com/nodejs/node/pull/54660, which implements the complete API. This PR only adds a single "unstable" C compatible function for embedders. `node_embedding_start`...