Results 1791 comments of Sebastian Thiel

Just now I ran the example on a Git index with 146 packs… ``` registry/index/github.com-1ecc6299db9ec823 ( master) ❯ ls objects/pack/*.pack | wc -l 146 ``` …and it ran fine as...

When I say 'reinstantiate' I only meant to create the instance of the crates index type once per loop iteration. That way it will adapt to any amount of packs,...

Thanks for sharing! I see - the internal `gix` repository can't be controlled, so it's not possible to let it be opened with a bigger slotmap from the very beginning....

Thanks a lot for reporting! I thought that there is an issue already but couldn't find it, however, found a related one about [pushing to a different remote than pulling](https://github.com/gitbutlerapp/gitbutler/issues/2839).

Thanks for reporting! I recommend to try to use the more common tools like `cargo release` as they are likely to have much better support for cargo features. (*CSR merely...

Thanks for reporting! This is a known issue though, and related to #8 . Generally, it isn't advisable to use Workspace Dependencies right now as this is entirely uncharted territory.

Thanks a lot for bringing this up! I agree that, especially considering that `smart-release` mostly serves `gitoxide`, it should be able to understand `doc` on top of `docs`. In theory,...

Thanks for reporting - there are probably a lot of bugs related to it not being able to properly show commit messages in bullet-points. Further, after generating the changelog, when...

I noticed the same and was quite surprised that it was able to achieve such a feat. Maybe it wasn't the markdown that was broken, but the rendering on GitHub?

Thanks a lot for sharing, it's much appreciated! This is the first issue about this topic, and I don't recall anything about it either, except that supporting Gerrit might be...