Live data from Hacker News

Show HN: Ship 2.0 – A macOS Native Interface to GitHub Issues

realartists.com

51–60 of 106 posts

Re: Show HN: Ship 2.0 – A macOS Native Interface to GitHub Issues

#51

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?

Native-"looking" = Looks and feels like nothing native. Always use the best UI for each platform, which is the native UI stack.

Re: Show HN: Ship 2.0 – A macOS Native Interface to GitHub Issues

#54
post #53

I 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?

Sadly, with the current GitHub OAuth flow that's the minimal permission needed to access GitHub Issues.

See https://developer.github.com/v3/oauth/#scopes

Re: Show HN: Ship 2.0 – A macOS Native Interface to GitHub Issues

#55
post #40

This 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.

Please work faster, I wasn't alerted that a webhook would be added and now I have 200+ repos that need to have a webhook removed...

Re: Show HN: Ship 2.0 – A macOS Native Interface to GitHub Issues

#57
post #40

This 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.

I dearly hope the solution involves not installing webhooks on all one's repositories.

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

#58

This 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...

Re: Show HN: Ship 2.0 – A macOS Native Interface to GitHub Issues

#59

This app installed webhooks on all of my repos with no automated way to remove them. Very annoying.

Yeah… I downloaded but immediately uninstalled after wanting to connect and access data for my private repos. No thanks — I have multiple revenue-generating side projects that are developed on GitHub. I just couldn't get myself to push that authorize button. (I know this is partly on GitHub, but still.)

Re: Show HN: Ship 2.0 – A macOS Native Interface to GitHub Issues

#60

This 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...

Thanks, and sorry. You shouldn't have had to write this.
Post reply on HN