Jianming Chen

Results 32 comments of Jianming Chen

@el They look really good. I'll consider including them with a future update. Thanks a lot!

As a last resort, delete your XVim codebase folder, clone it again and run `make` form the clean copy. Then restart your Mac and try opening Xcode (perhaps more than...

@scolby33 it shouldn't require sudo to install. Actually I believe if you run it with sudo it'd try to install to / folder. As for the damaged Xcode error, restart...

ありがとうございまーす👍!

@classicalliu Any thoughts? Interested to give it a try?

> @ashchan Means building native extensions while installing? I'll have a try Right. Such that the gem doesn't depend on the dynamic linked secp256k1 on the OS. @xxuejie is this...

@szuniverse It's working fine by just birding and mixing the Objective-C files.

Known issue from the very first release. Will take a look and see if it's worthy fixing at year end :)

Perhaps can handle [tableViewColumnDidResize(Notification)](https://developer.apple.com/documentation/appkit/nstableviewdelegate/1535901-tableviewcolumndidresize) and refresh the table view. Updated: handled, but that only makes sure the table is updated after the dragging. The cell's are not updating when dragging,...

Placing a `UIScrollView` into SwipeView directly would cause this problem. To solve the issue, use a normal UIView and add the scroll view to that view. This way SwipView's scroll...