Results 17 comments of Tengfei

Seems to be a regcomp and regexec issue, I just tried setting `CMAKE_ARGS` to `DGIT_REGEX_REGCOMP=1` and everything worked fine.

Sorry, I don't know C at all, I just call libgit2 in swift. So can't provide more information for this issue. I used countless "printf" to find `regcomp` and `regexec`....

Same problem, but I can't find version 2.1.0.

> 请问这个问题解决了吗?怎样处理的?我的是每次reloadData 之后,菜单无法回到最开始的index 在 `reloadData(around pagingItem: PagingItem)` 之后调用 `pagingController.viewAppeared()` 可解决。

In ordinary `UICollectionView`, I can use `UICollectionViewLayout.targetContentOffset(forProposedContentOffset:withScrollingVelocity:)` or `UIScrollViewDelegate.scrollViewWillEndDragging(_ scrollView: UIScrollView, withVelocity velocity: CGPoint, targetContentOffset: UnsafeMutablePointer)` to modify the value of pointee. But I see that the content of Parchment...

Now use `scrollViewDidEndDecelerating` and `scrollViewDidEndDragging` to manually select after scrolling ends, but it is not smooth, and we look forward to a better solution.

https://codesandbox.io/p/sandbox/elated-smoke-m9gvk8?file=%2Fapp%2Fpage.tsx%3A19%2C26