silverwind

Results 1343 comments of silverwind

These are coming from dependencies `serialised-error` and `postman-request`: ``` [email protected][email protected] └── [email protected][email protected] └── [email protected] ```

Asked the author to rename in https://github.com/mrjones/oauth/issues/74.

> This will be fixed with the next release of the monaco editor. Was this fix released?

Hmm, the 3.19.0 `.dmg` fails to mount for me for some reason. `hdiutil` exits successfully, but nothing seems to be available in `/Volumes`. Anyone else seeing this? I'm on the...

This would be very useful to install binaries globally on a server for consumption by all users. The workaround with `PIPX_BIN_DIR` sounds usable, but I would not want to alter...

Okay, but shouldn't both loaders either fail or succeed in tandem?

Would such a cleanup work even when v8 crashes like in heap out of memory cases, e.g. when no JS execution is possible any more.

> > Would such a cleanup work even when v8 crashes like in heap out of memory cases, e.g. when no JS execution is possible any more. > > Probably...

> When the process crashes, electricity goes down or another catastrophic failure happens you cannot rely on disposers running. It is effectively a safer/neater alternative for try... finally. Is there...

My preference would be to revert only for v20 and working out the remaining issues on v21+ (https://github.com/nodejs/node/issues/48145 would be a must-have for me).