Erik Kerber

Results 48 comments of Erik Kerber

I derp'd the followup on this, apologies! I'd close this, but it looks like @d-a-n almost(?) fixed this.

I'm experiencing the same issue. @javiazo , did you ever find a workaround?

A workaround is changing the credential cache flag to NSURLCredentialPersistenceNone in didReceiveAuthenticationChallenge. The flag they have in there is "CachePerSession", but I'm not sure how to clear that "session" once...

Alternatively, this code may be called to clear the caches relative to the url you are accessing. https://gist.github.com/veader/559071

Thanks for the reminder 🙇🏼 All the remaining red is unique to last green builds.

This appears to reproduce in all scenarios in Bazel 7 (tested on rc3). In other words, both `bazel build tools:xcodeproj` and `bazel build buildifier.check` in the repro steps above result...

This seems to be "fixed" by removing the shade on `rule dagger.** io.bazel.kotlin.builder.dagger.@1`, though eventually the issue downstream re-appears that I imagine inspired that jarjar rule.

Nice! Let me check it out

Seeing this locally and on CI. Were there some un-pushed changes? ``` error: 'nil' requires a contextual type sourceTree: nil ```

Without looking at the impl yet, this is exciting so far. One quirky edge case we're seeing in our project is that generated files for an external repository are showing...