André J
André J
Isn't flatmap used when a value can be nil? Are you thinking about numerical values that can be NaN? I can't remember but I think Int or UInt can't be...
unsigned and signed == special cases no? Anyways I usually just write for the simplest case first, if something needs more features then one could method overload... like for cases...
Does it also happen if you try to run the example project?
Looks like you're testing this with git. Git tends to do a lot of strange things to files. Try just deleting things and renaming things manually. and see if it...
Try not to use vim either. Try to just do it in finder. These editors do extra steps because reasons. 😅
You can also try things like copy / delete / create new file etc. To try and trouble shoot. Something might have changed in the latest macOS as well. So...
If I recall. It's because macOS makes no distinction between creation and rename or something like that. And when the OS spawns a new file or update a file. Two...
Sure. You encrypt the UserDefaults. There are opensource libs that do this. Just a google away. I have not looked into how you store your other userdefs, but if you...
I think for you the best option is to: 1. If you put start and end time in SecureUserDefault. No-one will be able to insert new data externally (well they...
Why would they get locked out? This autofill date stamp is in place for pure convenience purposes, so that the user doesn't have to re-authenticate when the AF extension asks...