Sebastian Thiel
Sebastian Thiel
Here is what `summary --lines` looks like on the `gitoxide` repository, in 1m53s. ``` project : gitoxide lines : 351996 authors : 331667 Sebastian Thiel 94.2% 5472 Eliah Kagan 1.6%...
Thanks a lot for sharing! As the `gix-pack` implementation didn't change, I presume this might have something to do with switching to `zlib-rs` as backend. Maybe it compresses differently with...
That's great to see that `zlib-rs` can't be involved in terms of compression, thanks for chiming in @folkertdev. > FWIW assuming the various zlib features of gix-features impact this, I'm...
That's great to hear! Thanks also for the reproduction script! I had a feeling that this might be the default compression settings which are different in `miniz_oxide`. Looking at the...
> `core.loosecompression` and `pack.compression` are also likely values of interest. Definitely. > So it might be better to remove the default compression level entirely, and require the callers to pass...
Thanks a lot for reporting! Maybe as a start we could look into why failures to interact with forges don't propagate so they are user-observable. Maybe there even is a...
You are not the first to desire such a feature, and here is my thoughts on it: * object streaming isn't reasonably possible for delta-packed objects * object streaming is...
> By **making the assumption that all these chunks appear in-order** I would imagine one could recursively dig into the other objects one by one as you build and return...
Thanks a lot for sharing, I am glad it worked out in the end. Also, I think improving the onboarding experience for a source-available project is very important, particularly for...
This is important to me :).