Jonathan Cammisuli

Results 79 comments of Jonathan Cammisuli

From what I've seen, it's always something related to the package lock not generating properly. Check the package lock file to make sure all the optional dependencies are listed there....

From the Windows documentation, `CreatePseudoConsole` only accepted `PSEUDOCONSOLE_INHERIT_CURSOR`. We're using using the Conpty with the writer, and we can send messages to the process. Or is there something else that...

For context, this is how we're using it: https://github.com/nrwl/nx/blob/202f14177833e021f86d646969fd2e2fee8dbb97/packages/nx/src/native/command.rs#L129-L217

Ah I see, a classic case of outdated docs 😅 For my reference here's the flag https://github.com/microsoft/terminal/pull/6309

Running wezterm-gui.exe from the explorer shows up blank until I resize the window. I thought it might've been related to my changes, but I downloaded another artifact from the github...

@wez do you have any more thoughts about this?

Please let me know if there's anything else that we need to do 🙂

Oh no! That's not right, linux and Windows are definitely supported. This usually happens because the node_modules directory was installed with the `--no-optional` flag (or other scenarios). You can read...

Do you all have a reproduction somewhere I can take a look at? Particularly the package.json and CI commands that are used?

Also, if you take a look inside the node_modules/@nx directory, do you see any packages that are along the lines of `nx-platform-arch` (eg. `nx-win32-x64-msvc`)