André J

Results 174 comments of André J

@abhayghatpande All right here we go: https://github.com/eonist/GitSync/releases/tag/0.0.0-alpha.1 Took a bit of time making it work on other computers than my own MacBook. I tried it on a mac mini from...

@abhayghatpande Sierra has stricter security now. To bring back running apps from unidentified developers simply write `sudo spctl --master-disable` in terminal and hit `enter`, as per: http://osxdaily.com/2016/09/27/allow-apps-from-anywhere-macos-gatekeeper/ Or you can...

@reimertz I'm following SemVer: http://eon.codes/blog/2017/01/15/Semantic-Versioning/ 😁

@abhayghatpande Thanks for your feedback. I will reconvene tomorrow and fix the "no showing commits" etc 👍

@abhayghatpande Should work better now: https://github.com/eonist/GitSync/releases/ - Persistent when you create repos etc. - Fixed the faulty loading of commits (try cloning the welcome repo to your computer to test)...

@abhayghatpande: You only have to manually clone one time. After that it's all automatic. - Gitsync doesn't sync on an interval right now. You have to pull gesture to sync....

@abhayghatpande Finished the optional Commit MSG prompt tonight: - I will polish it Tomorrow and start adding Merge conflict Prompt. Maybe even AutoClone Prompt 😅 Feedback is welcomed 😃

Finished the MergeConflictPrompt: - I added instructions how to build it: https://github.com/eonist/GitSync#build but I haven't updated the tags for the dependencies yet. I will do it tomorrow. I will also...

Whats your take on: SwiftFormat VS Atom + linter-swift?

I first read about the implications of CADisplayLink here: https://blog.bigspaceship.com/the-holy-grail-of-ios-animation-intervals-e9e663ea93c4 Pretty good article. I recently implemented the CVDisplayLink which is the macOS equivalent.