neoxpert
neoxpert
> Ugh, node 12: > > ``` > ./src/util/binder.lzz:37:51: error: ‘class v8::Object’ has no member named ‘GetCreationContext’; did you mean ‘CreationContext’? > ``` > No, the use of GetCreationContext is...
As the changes of this merge request are also required to build for the todays release of Electron v21, would we handle this within this merge request / branch or...
I added the changes mentioned by @quanglam2807.
@maximilize Just out of curiosity, which MSVC version are you using? So far I did not encounter any issues with MS Build 2017, 2019 and 2022.
Regarding `CreationContext` a Change to `->GetCreationContext().ToLocalChecked()` should be suitable, but so far none of the suggested workarounds for AccessorSignature did work (for me).
It seems that there may also be an issue with the latest changes in the v8-callbacks.h header files when explicitly calling `npx --no-install prebuild -r electron -t 20.0.0`. After changing...
While it should be possible to also use prebuild for building native module for nw.js, this does not look so smooth like building for node or electron. Took several attempts...
Mine is always showing more than it should. When it shows 95% it is actually at 90%. When it shows 50% it's actually almost 0% already.
Just out of curiosity: Does it work if you use npm / yarn? Just to remove pnpm from the checklist. Regarding the log lines it does not look like an...
Well regarding the observation of point 4: That is correct and expected. There have been changes in the Node API and the required adjustments were introduced with [email protected]. For version...