Adam Coster

Results 30 comments of Adam Coster

Fair enough! Mostly I'm curious if it's slower enough to *matter* in most contexts.

This would be very helpful for places where native watchers fall short, which is pretty common for complex pipelines and inter-package dependencies. For example, I have a monorepo that includes...

I would also love to have this feature.

The latest Node specs call for ignoring other `package.json` fields when the `exports` field is present, so this issue can pop up based on the `tsconfig` module and module resolution...

I just ran into this on AWS CodeBuild (for CI), so it was also on a fresh install of everything. I cannot replicate it locally. **EDIT:** I was able to...

To add onto my prior comment, I was able to confirm that the issue is: **When `.yarn/install-state.gz` is missing, `yarn run ...` fails** and throws the error initially described in...

@treenoder There are a few things going on here: - Stitch uses the Windows release notes to figure out which IDE versions go with which runtime versions, and `v2023.8.2.108` is...

@Braffolk dope, looks like you're making some solid progress here! Some notes: - `process.env` should be available at runtime in VSCode, so I'm not sure what's going on there. It...

This was reported by Fat Bard, but I can't replicate. Awaiting info!

Assuming this is no longer an issue until I hear otherwise.