Explore >> Select a destination


You are here

telemetrydeck.com
| | www.uraimo.com
14.9 parsecs away

Travel
| | A new XCode version and a maintenance release of the Swift compiler are now available
| | rhonabwy.com
13.2 parsecs away

Travel
| | I cut an initial release (0.1.0-alpha) of the library automerge-repo-swift. A supplemental library to Automerge swift, it adds background networking for sync and storage capabilities. The library extends code I initially created in the Automerge demo app (MeetingNotes), and was common enough to warrant its own library. While I was extracting those pieces, I leaned...
| | www.avanderlee.com
11.2 parsecs away

Travel
| | Computed Properties allow you to define values based on other properties. Define a property in an extension and always consider performance.
| | techtldr.com
80.0 parsecs away

Travel
| Git supports auto-completion when used via the terminal, which includes all basic commands such as git status or git checkout as well as local and remote branch names etc. It comes pre-installed on Ubuntu, but a few simple steps (bellow) have to be followed to get it working on Mac. Open up your terminal app [...]