Show HN: Watson – inline issue manager with GitHub support
1–10 of 41 posts
Re: Show HN: Watson – inline issue manager with GitHub support
#2Re: Show HN: Watson – inline issue manager with GitHub support
#3Re: Show HN: Watson – inline issue manager with GitHub support
#4Re: Show HN: Watson – inline issue manager with GitHub support
#5Screenshots make this thing really interesting. Need to support more languages than just Ruby and Perl!
Re: Show HN: Watson – inline issue manager with GitHub support
#6Screenshots make this thing really interesting. Need to support more languages than just Ruby and Perl!
Re: Show HN: Watson – inline issue manager with GitHub support
#7One question though. When an issue is resolved, would that actually go back to the source file and delete that inline comment OR would it add the text "resolved" etc. In both cases though, would we not need a new commit to that source file ? Or does it leave the inline comment in its original state ?
Re: Show HN: Watson – inline issue manager with GitHub support
#8Re: Show HN: Watson – inline issue manager with GitHub support
#9What languages does it support? From the look of the front pages, C-based languages (C/C++/Obj-C) are ok.
Have you thought about offering this as a service? You could probably hook into Github and sync issues on commit using the same API that Jenkins uses.
Re: Show HN: Watson – inline issue manager with GitHub support
#10This is awesome. We the developers love to put those little comments in code for issues/to-dos and syncing it with Github is solid. looks like someone needs to fork it for Python ? One question though. When an issue is resolved, would that actually go back to the source file and delete that inline comment OR would it add the text "resolved" etc. In both cases though, would we not need a new commit to that source file…