Tengfei
Tengfei
It looks like interactive rebase is not supported. https://github.com/libgit2/libgit2/blob/main/src/libgit2/rebase.c#L373-L377 https://github.com/libgit2/libgit2/issues/6127 https://github.com/libgit2/libgit2/pull/2482 https://github.com/libgit2/libgit2/issues/3795 I want to provide a UI in my program to modify rebase operations to support interactive rebase, but...
Open repository and call `git_remote_list`, it will crash. ``` Thread 1: EXC_BAD_ACCESS (code=1, address=0xf26d) ``` ``` gittest`git_remote_list: 0x100593c44 : sub sp, sp, #0x50 0x100593c48 : stp x20, x19, [sp, #0x30]...
### New Issue Checklist 🚫 If this template is not filled out your issue **will** be closed with no comment. 🚫 * [x] I have looked at the [Documentation](http://snapkit.io/docs) *...
After using PagingViewControllerInfiniteDataSource reloadData, the menu is displayed to the wrong position. collectionView contentOffset is zero.
Now after scrolling the menu, you still need to click on one of them. Can you make it work like a WheelPicker and automatically select the middle?
Is it possible to support custom UIImageView.contentMode? https://github.com/v15a1/Glideshow/blob/master/Glideshow/GlideCell.swift#L173
Does scenekit support drawElementsInstanced? I need a function similar to webgl drawElementsInstanced, but I do n’t know if scenekit supports it.
I want to get the patch data of status, but now I can only get `git_diff_delta` through `git_status_entry`, and I can't directly generate patch data through `git_diff_delta`. Now, I can...