Yvo van Beek
Yvo van Beek
A few ideas: - `@BundleInfo`: reads a key from Bundle.main.infoDictionary - `@Keychain`: reads and stores values in the Keychain - `@NotificationHandler`: subscribes to a specific notification and is automatically deallocated...
> @Zyphrax maybe `@Secret(debug: "", release: "")` ? Yes that could work, it reminds me a bit of Ruby Rails environment secrets. Is it possible to make it generic? Can...
Is it necessary to check if the file exists? Apple, in their documentation, recommends to try to open the file and to handle any errors that might occur gracefully. >...
In my test it doesn't seem to fail. Am I missing something? Test file /tmp/test0, created with: ``` mkfile -n 5m /tmp/test0 ``` Swift code: ``` swift let fileManager =...
Yesterday I've open-sourced our web server Telegraph: https://github.com/Building42/Telegraph It has SSL support if you guys are still looking for it.
Nice work. @robbiehanson could you please merge this one in?
@winston Are you still on this project?
@Kenneth-KT Thank you for releasing `google_visualr_rails5`! @winston Could you perhaps add @Kenneth-KT as a collaborator here on GitHub and give him push permission on RubyGems? **Collaborators on GitHub** https://help.github.com/articles/inviting-collaborators-to-a-personal-repository/ **Push...
Linking to [What don't you like about React-Native](https://github.com/react-native-community/discussions-and-proposals/issues/134#) => [Swift not being the default language for iOS](https://github.com/react-native-community/discussions-and-proposals/issues/134#issuecomment-501279947) The comment is from June 2019 and at the time of writing has...
> For the record, in many cases Objective-C is still "faster" than Swift. With Swift 5+ there are plenty of scenarios where Swift is now faster than Objective-C. With every...