Jonathan Cammisuli
Jonathan Cammisuli
This isn't a fix, but it'll help us solve this issue. I've done what you suggested, and exposed the IoError that gets swallowed up by fs_extra. Hopefully this will give...
No, its something we still need to fix, as we're getting the same kind of errors in our e2es - randomly of course.
From our perspective, I think that treating the wasm package as a regular platform-specified package is the best bet. In terms building and existing pipelines; the process of adding a...
I found a workaround by combining all the objects, and making all the non-common properties optional, like so: ``` #[napi(object)] struct Combined { pub input: String, pub dependencies: Option pub...
We're going with a different direction, and wont be needing this atm.
We're actually looking into building something like this in Nx. We tried with #18407, but ran into some performance issues, and I'll begin work on it again soon. Essentially we...
The hashing itself needs to be as fast as possible. I didn't measure how it'll be with having all this information in the hash details, but I know it'll definitely...
This looks like vscode just opened the wsl folder location from the Windows side. Note the `\\wsl.localhost\Ubuntu\home` path, wsl paths should be `/home/rieglerm/dev/rdg-ui` You need to tell vscode to connect...
yea, you're right. Nxls doesnt have core-js as a dependency. I think we might have to release a newer version of nxls to npm, we havent done that in a...
That's not a bad idea! We could probably expand this https://github.com/nrwl/nx-console/issues/144 to include UI settings as well as schematic settings.