Stefan Penner

Results 324 comments of Stefan Penner

@domenic ah, 1-4 would be doing the assimilation. so `CancelablePromise.resolve(foreignCancelable) === foreignCancelable`

@domenic so it would be this realms constructor correct? Sorry my variable naming was poor ``` js var payload = /* from message channel or something */ CancelablePromise.resolve(payload.cancelable) === payload.cancelable...

~~A workaround is to force the current shell into `x86_64` via:~~ ```sh arch -x86_64 $SHELL ``` This doesn't seem to work, volta doesn't seem to inherit the shells architecture

@charlespierce thanks for responding so quickly! That sounds like it could be it!

@charlespierce is there a way that comes to mind, where I can force the architecture volta pulls?

1) sounds like a reasonable short-term work-around: How do you recommend one install this binary most cleanly? 2) sounds like something we can pursue if we run out of time...

@charlespierce thanks, I can confirm that worked around the blocking issue, keeping folks on m1 macs using Rosetta 2.

@rwjblue well first we must even do that investigation. This is a placeholder for that.

It seems like some internals are not handling the rejection, this should be considered a bug. If the rejection is handled in the same turn, it does not propagate to...

> It's worth noting this unwinds the work @stefanpenner's to implement Nan::ObjectWrap (#2128) largely because I couldn't get my head around how to make Napi::ObjectWrap work. As long as the...