Dallon Feldner

Results 33 comments of Dallon Feldner

This thread has been around long enough and it's deserving of some XKCD: ![There are probably children out there holding down spacebar to stay warm in the winter! YOUR UPDATE...

+1, ran into this at work... tried to submit a pull request, but got lost in trying to write a failing test for the problem and so didn't get very...

Could this use case be handled by #4472 in the short term? I'd personally be content with some variant of `cmd.exe /c "wt.exe" new-tab -p "Ubuntu-20.04" -d $(pwd)` (probably bound...

Would the team accept a PR for this? I have no idea if it's something I could manage, but it might be interesting to take a stab at it.

Update: I attempted to investigate this, but I couldn't actually reproduce the issue specifically! I wonder if it was fixed at some point. We're on v1.10.16.

Yes, in our investigations, we've more or less isolated the problem to pnpm unexpectedly updating sub-sub-sub-sub-etc dependencies shared by many projects, rather than an issue in Turborepo's logic.

That's a great question! Let me spend some time and design a more specific proposal - I'll post some mockups and a description sometime soon.

Update: I think the best way to go about this is via #145 - that would solve the problem in the short term; I could make the announcement slides into...

Update: After messing around with this a bit, looks like there isn't much support for the concept of `devDependencies` at all! So that'd be a better place to start, I...

I hit something very similar and found that the root problem seemed to be that I was passing an empty `TURBO_TOKEN` env var (it was set to `TURBO_TOKEN: ${{ vars.TURBO_TOKEN...