TanninOne
TanninOne
The same seems to happen with require('@electron/remote').dialog.showOpenDialog(), the returned promise never resolves.
This issue is still a problem in electron 22.0.0
This issue is still a problem as of electron 24.1.2
I believe it shouldn't be a lot of work to most of this project to work with other compilers. Actually I have already fixed some of the projects to build...
Regular mounting isn't enough, we need to be able to mount multiple directories onto the same mountpoint while maintaining what's already there, with control over how filename-collisions get resolved and...
That's what I meant by "destination directory". I do know about the different link types but this doesn't change anything: usvfs maps multiple directories onto one destination, without write access...
The whole point here is this: When libuv returns UNKNOWN there is no way for us to figure out what caused the problem and what error needs to map to...
Since I don't use libuv directly I don't know what options you have but one approach would be to treat the error code as two 16bit values instead of one...
> Encoding error codes is not an option because of backwards compatibility so? Then break backwards compatibility. The whole point of having the first number in semantic versioning is so...
Thank you bzoz! For the time being I've written a small native module that uses MS Detours to crowbar something into uv_translate_sys_error that saves away the last windows error that...