| Personal site | https://doug.rockney.org |
| GitHub | https://GitHub.com/drockney |
| https://linkedin.com/in/DouglasRockney |
| Personal site | https://doug.rockney.org |
| GitHub | https://GitHub.com/drockney |
| https://linkedin.com/in/DouglasRockney |
Working Copy won't be offering any Black Friday discounts, making this anniversary sale your last chance for a long time.
Make your purchase before Friday and enjoy a Git-powered iOS device for years to come.
From: @WorkingCopy
https://indieapps.space/@WorkingCopy/115508746627748408
Attached: 1 image Working Copy launched eleven years ago today. I’m celebrating the first 27 thousand commits producing 313k lines of Objective-C and 62k lines of Swift by discounting the Pro Unlock which can be yours for $30 instead of the regular $36. https://apps.apple.com/app/apple-store/id896694807?pt=15897&ct=mastodon&mt=8 Make sure you upgrade today and tell your developer friends - anniversary pricing ends next week!
Help the CSS WG!
What syntax makes most sense to you for drawing two solid borders around a box, a 1px white on the inside and a 1px black on the outside?
Pic for reference in next tweet.
A) border: 1px solid white, 1px solid black;
B) border: 2px solid stripes(white, black);
C)
border-width: 2px;
border-style: solid;
border-color: white, black; /* or black, white */
(we’re trying to decide syntax, not order, so try to ignore the order if black first makes more sense to you)
Working Copy 1.0 was released for iOS 8 ten years ago today making it possible to clone, edit, commit and push from iPhone and iPad.
Pro unlock is 33% off to celebrate the 10 year anniversary. Please tell all your developer friends.
https://apps.apple.com/app/apple-store/id896694807?pt=15897&ct=mastodon&mt=8
Access Git repositories on the go. Clone, edit, commit and push while allowing other apps access to repositories. Git is a important part of our work-life and iOS can take part in this. The ability to commit even when offline has added utility on a device that moves in and out of network coverage.…