Marcel Laverdet

Results 219 comments of Marcel Laverdet

This is a bug in vitest. They should not be naively passing NODE_OPTIONS into Worker like this. If you can somehow `delete process.env.NODE_OPTIONS` then it will probably work. Or you...

A stack trace would be helpful if you can provide it. The change 478815b5dab8c1a7d0fa505eed005c2465440810 was legit because without the assertion we otherwise would be dereferencing a null pointer. The assertion...

It's a known issue that sometimes isolated-vm will uncleanly exit. The order in which the isolates tear themselves down is not well defined. Disposing your isolates explicitly on process exit...

Yeah it's really bad. I'm having issues with it too. I read in another issue that making sure your relative path starts with `./` fixes some issues but I haven't...

Yes, that is the behavior of homebridge-nest. In your Homebridge configuration you specify the Nest `structureId` which corresponds to the physical location of this Homebridge instance. The plugin will then...

I'm running these modifications locally. It works for my case. I had to add console logs to find the given structure id which is a base64 string ~107 characters in...

I wrote a utility for our organization that essentially copy/pastes `paths` and `references` using the `package.json` `exports` field as the one source of truth. We have the following invariants: -...

Thank you for the detailed information. So there's two questions: why don't the prebuilt binaries work, and why does the build hang? This could help diagnose: ``` mkdir tmp; cd...

Ok thanks for checking on it. Most of my spare attention has been going towards https://github.com/laverdet/isolated-vm/tree/experimental which will have a different build process. I'll make sure to loop back around...

Odd-numbered versions of nodejs are not supported.