Results 1784 comments of Sebastian Thiel

I restarted the job, and I'd expect it to go through. There is some known flakiness with tests that deal with concurrent IO, and even though it's quite rare, it...

> The [original failure](https://github.com/GitoxideLabs/gitoxide/actions/runs/15003323526/job/42155583292?pr=1976#step:7:2819) in the `test-fast` job on `macos-latest` was due to #1816. Thanks for pointing this out! I remember now that the filesystem probe can have collisions across...

> The way I reran it was arguably overkill--when rerunning a whole workflow, one can select "Re-run failed jobs" instead of "Re-run all jobs", which in spite of its name,...

Thanks everyone! Closing this PR as it was superseded.

Thanks a lot for reporting! I think the key here is [this comment](https://github.com/Frommi/miniz_oxide/issues/174#issuecomment-3092283180) from [the linked `miniz_oxide` issue](https://github.com/Frommi/miniz_oxide/issues/174) which I partially quote: > Your issue is with how flate2 treats...

@folkertdev I'd need your help here 🙏. I think this PR shows that `set_dictionary` and `set_level` currently aren't supported for `zlib-rs` because they need more access. Is this something you...

> I would have expected this PR to break CI given that zlib-rs does not currently expose the API to implement those features? Actually the test doesn't check for set_dictionary...

Maybe @jongiddy has more context, as this question is way over my head. Knowing that some models as built into the GH chat window have access to a lot of...

With the arrival of #522 I think we can either merge this PR as is, or put #522 on top of this one, and merge everything together. My hope is...

Absolutely. I also believe that these `any_*` feature toggles should be made to work for us, as long as we don't lose functionality that existed before. From what I see,...