Max Schwenk

Results 43 comments of Max Schwenk

Looks like possible duplicate of - https://github.com/DataDog/dd-trace-js/pull/1187 where root cause is actually in `hot-shots` - https://github.com/brightcove/hot-shots/issues/198

@ForsakenHarmony agree. In a big monorepo with 500+ open PRs and ~100 commits per day, the cache becomes unusable because there's too many circumstances where the `main` cache gets evicted...

Excellent, I’ll leave this open for a moment just in case maintainers might want to make this more of a first class thing, but I think this is enough of...

Going to close because that fixed our issue, so really just a matter of discoverability. Feel free to reopen!

> It seems there's a lot of Issues filed around adding functionality to "cmd + click" but cannot seem to find anything about changing the modifier. To be clear I...

You can also see that the Jquery dependency change is not there: ``` > npm show [email protected] { name: 'at.js', ... dependencies: { 'gulp-bump': '^1.0.0', 'gulp-header': '^1.7.1', jquery: '~1.7.0' },...

Also worth nothing that if expressions are always evaluated to strings https://docs.github.com/en/actions/learn-github-actions/expressions#about-expressions Then it seems unclear how this will **ever** work for passing variables from workflow call/dispatch. E.g. ``` workflow...

This is a change I’d happily have a stab at myself if people think it’s a good idea.

@arlyon one other thing I noticed is that `errors-only` seems to still print these: > Skipping cache check for @blah/blah, outputs have not changed since previous run. At least in...

@LukeTillman is there any chance there is some kind of race condition between your tasks? Maybe worth posting the turbo config. If two tasks are writing to `dist` that can...