Show HN: Watson – inline issue manager with GitHub support
11–20 of 41 posts
Re: Show HN: Watson – inline issue manager with GitHub support
#12IBM would like to have a word with you.
Re: Show HN: Watson – inline issue manager with GitHub support
#13Great idea! I've wanted something like this for a while, but never quite realised it. What 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.
It is pretty trivial to add support for any other language or comment type however, take a look at #get_comment_type in lib/watson/parser.rb
Never, thought about offering this as a service, having this as a commit hook is a very interesting idea though, thanks!
Re: Show HN: Watson – inline issue manager with GitHub support
#14IBM would like to have a word with you.
I don't understand
Re: Show HN: Watson – inline issue manager with GitHub support
#15Re: Show HN: Watson – inline issue manager with GitHub support
#16Re: Show HN: Watson – inline issue manager with GitHub support
#17Screenshots 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
#18Re: Show HN: Watson – inline issue manager with GitHub support
#19Screenshots make this thing really interesting. Need to support more languages than just Ruby and Perl!
Thanks! The app is written in both Ruby and Perl but it currently has support for parsing C / C++, Java, C#, Bash, Ruby, Perl, and Python files