Fernando Ayats

Results 162 comments of Fernando Ayats

Also note that after https://github.com/viperML/nh/pull/151, nh will not be a flake-first tool, but rather support `-f`, `-A`, etc.

Importing the module with a simple JS file outside Astro/Vite seems to work: ``` $ cat test.js import { sum } from "napi-astro-rs"; console.log(sum(1,2)); $ node test.js 3 ```

Thank you, that seems to work. I have to this flies over my head, but I hope other people might find this solution in the future.

Of couse, I ran into a problem just after marking this as solved: Trying to call my napi function from a rehype plugin, results in the following different error: ```...

I hate to be that one that writes "any progress on this?", but I need to be that one

`nh os switch --ask` or `sudo nh os switch -R`

The notification should be triggered for long builds (e.g longer than 60s) and use some cross-platform crate that supports darwin

That could suport easily `-f` as an installable, and for `--expr` just bail out.