Hanton Yang

Results 8 issues of Hanton Yang

希望能新增卡片的聊天类型,如可以发送红包,名片。点卡片可以跳转到另一个界面,谢谢。

### Check List Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked. - [x] I have read the [wiki page](https://github.com/onevcat/Kingfisher/wiki) and...

Hi, The repo is pretty awesome👍 Do you have plan to add [**Caffe2**](https://caffe2.ai) to the benchmark? Thanks!

contribution welcome

Text in CarouselItemView would be truncated in small screen devices, eg. iPhone SE. This PR sets `minimumScaleFactor` to fit text into available space, following UI style in [ProfileView/EditButton](https://github.com/damus-io/damus/blob/e40cc9a50a06ac9cecf7cecbd96ef5790b4d76e6/damus/Views/ProfileView.swift#L94). Before |...

Based on description in [DirectMessagesView.swift](https://github.com/damus-io/damus/blob/0563ec8bf86585a7bc0246c25af1d1af0c992b52/damus/Views/DirectMessagesView.swift#L70): ``` Text("DMs", comment: "Picker option for DM selector for seeing only DMs that have been responded to. DM is the English abbreviation for Direct Message.")...

The PR is for solving https://github.com/damus-io/damus/issues/556 Root cause: 1. `dms` is created with empty pub key in [HomeModel](https://github.com/damus-io/damus/blob/9ab03034a2ffc6abfd454f165598d768a3e99db6/damus/Models/HomeModel.swift#L58) 2. After that, its pub key is never updated even when `damus_state`...

Repro steps: 1. Navigate to `Search` tab 2. Tap on a user profile image to navigate to the user profile view 3. Tap on the `Message` button to navigate to...

Please update DAAttributedStringUtils version to 0.4 in CocoaPods, it's 0.2 now.