Huan Xiong
Huan Xiong
> I only use a master branch. I pull before making any changes. And I push immediately after I change something. Thanks, it helps to know how others use it....
Hi @christian-weiss, I appreciate the suggestions you gave, but in general I'd think they are workarounds which defeat the purpose of using git because I think conflicts are universal. See...
@savyajha Thanks. I knew about it but never tried it. Will certainly give it a try in future.
> Feel free to vote for: > #387 > #388 Done. > > Teams can work perfectly in parallel on the same git branch, as long as the do not...
@SimplyDanny Thanks for the investigation. It's fine whether you guys decide to change it not. I asked because I was interested in the reason behind the design. There are a...
For people who are interested, I stumbled on [this article](https://www.punchkick.com/software/ios/2019/01/22/face-id-best-practices-financial-apps) while looking for something else on the net. The author believes using keychain APi is more secure than using LocalAuthentication...
I just realized that even if `collectionView(didEndDisplayingSupplementaryView:)` worked as what I expected, it wouldn't solve my issue because I need to differentiate calendar scrolling caused by user input from input...
I'm using latest version of Xcode (11.4) and macOS (10.15.4). I ran the memory leak test on simulator, which runs iOS 13.4. One more thing. As there were no code...
@mats-claassen Could you please take a look at the new patch? The CI build failed. But from what I can tell, it didn't seem to have anything to do with...
Thanks for the notification. I'm tied up with my project and won't be able to try it soon. Will look into it when I get a chance (perhaps in June).