Yishi Lin

Results 47 comments of Yishi Lin

A related PR: https://github.com/mssun/passforios/pull/265

@intelfx This fix should have been released a year a ago. Let me take a look why it doesn’t work anymore. Feel free to send us an email if you’d...

I just did a test. This function does not work in the AppStore build (0.9.0), and I have no clue about when this feature became unavailable. But it works in...

An interesting question would be how to be compatible with the existing logic. ``` public func getUsernameForCompletion() -> String { username ?? login ?? nameFromPath ?? "" } ```

I only use a master branch. I pull before making any changes. And I push immediately after I change something. The sync part might be a little bit buggy (e.g.,...

Emmm this is weird. I cannot reproduce your issue. Could you please provide detailed steps to reproduce? Thank you. ------ I did find some other bugs. Here is what I...

I feel that the sync part might be a little bit buggy when entries are deleted/renamed or when a "merge" is necessary. Will take a look at the sync part....

We have a wiki page about how to setup everything. It includes [instructions](https://github.com/mssun/passforios/wiki#importing-ascii-armored-keys) about how to generate QR codes and a link to my script [yishilin14/asc-key-to-qr-code-gif](https://github.com/yishilin14/asc-key-to-qr-code-gif) (yes, split and qrencode)....

A major operation is needed in order to implement this feature. We don't have time to do this, sadly. Pull requests are always welcomed.