Nathan Hammond

Results 239 comments of Nathan Hammond

@tknickman that email address doesn't accept external messages. 😅

Given that the second run was about the same amount of time, I have a suspicion that the caches are failing to restore. Matching by key, but during a failure...

(I haven't reviewed profiles yet, will forward.)

Still just looking at the total durations, the difference between your runs and when you pop out that one task makes me feel pretty good about my hypothesis.

@tjx666 Can you create a [gist](https://gist.github.com/) with your lockfile so that we can run tests against it? (or at the very least paste in the section that contains line 9047?)

It's throwing here, https://github.com/go-yaml/yaml/blob/f6f7691b1fdeb513f56608cd2c32c51f8194bf51/parserc.go#L1091 But I don't know what input we have to be feeding it to get there.

We're having an internal discussion about whether or not we want to include this functionality in core. Functionally we don't see anything wrong with it but we're trying to decide...

This sounds to me like you should be using `pnpm run dev --filter (thing you're working on)`. In most cases you're not making broad changes across the entire application. Your...

The tests fail consistently, so it's related in some way. I haven't actually tried to repro, this is low priority for me. (Assumed it would just sail through CI.)

Okay, this is definitely an issue and we'd _love_ to help you solve it. However, we're going to need a bit more help with reproduction so we can identify where...