Earlier quoted context omitted.
If you have decoupled your application logic from the UI, you might wanna look into Qt/QML. Opens up support for a lot of platforms, and you can have a native-looking GUI for both Windows and Linux using the exact same codebase without "ifdeffing".
Just curious, could you link an application using Qt/QML with a native-looking Windows GUI?
Show HN: Ship 2.0 – A macOS Native Interface to GitHub Issues
51–60 of 106 posts
Re: Show HN: Ship 2.0 – A macOS Native Interface to GitHub Issues
#52http://www.neat.io/bee/index.html
Unfortunately this application supports only GitHub issues.
Re: Show HN: Ship 2.0 – A macOS Native Interface to GitHub Issues
#53Re: Show HN: Ship 2.0 – A macOS Native Interface to GitHub Issues
#54I got as far as the screen where is asks for full read/write access to my code, including all my private repos. I'm fairly sure you won't mess anything up or steal my secrets, but why does it need this?
Re: Show HN: Ship 2.0 – A macOS Native Interface to GitHub Issues
#55This app installed webhooks on all of my repos with no automated way to remove them. Very annoying.
You're right, and we're working on a solution for this now.
Re: Show HN: Ship 2.0 – A macOS Native Interface to GitHub Issues
#56This app installed webhooks on all of my repos with no automated way to remove them. Very annoying.
Re: Show HN: Ship 2.0 – A macOS Native Interface to GitHub Issues
#57This app installed webhooks on all of my repos with no automated way to remove them. Very annoying.
You're right, and we're working on a solution for this now.
Not sure I understand what the webhook is for. (I've not yet installed the app — because of this issue.) Is this done in order to automatically track Github issue changes? If so, what happens if you want to use this app on a project that you don't have admin rights to?
Re: Show HN: Ship 2.0 – A macOS Native Interface to GitHub Issues
#58This app installed webhooks on all of my repos with no automated way to remove them. Very annoying.
https://gist.github.com/robbiet480/2f095c910e56255c412d85040...
Re: Show HN: Ship 2.0 – A macOS Native Interface to GitHub Issues
#59This app installed webhooks on all of my repos with no automated way to remove them. Very annoying.
Re: Show HN: Ship 2.0 – A macOS Native Interface to GitHub Issues
#60This app installed webhooks on all of my repos with no automated way to remove them. Very annoying.
I didn't want to wait for a solution that may never come for the webhooks added to 200+ repos of mine/that I have access to, so I hacked this script together. https://gist.github.com/robbiet480/2f095c910e56255c412d85040...