Daniel Hough

Results 75 comments of Daniel Hough
trafficstars

Hi @dougaitken thanks for the issue! Sure make a PR. However, for the command line output it's pretty high up in the readme, right under instructions. As for the web...

Ooh I like it! Yes! Very good idea. We could store a list of all the main licences and search the readme for the text. Or we could simply look...

Hey @keithamus thanks for the input! Bower _relies_ on the use of tags? Interesting. I really like this idea, but I'm not entirely sure what the level of tag use...

Hey @keithamus, at a conference today I chatted with a man who described to me a use case for tags in open-source projects. To paraphrase: > If I'm using an...

In 0.10.0, tags are being checked, but only the existence of them. I want to implement this for nodeJS tag parity before closing this issue :)

pong @M-Zuber This is over a year old! Okay, so I guess the thing to do here is to check that for NodeJS projects, the tags are in NPM and...

Ah true. Probably straightforward though, just check if the URL is 404 or not. Or maybe NPM has an api for this. And then if the project is not on...

@andrew That is helpful, thanks - but we really only need the version tags at the mo which we can get from NPM directly. Thank you though, very good of...

@andrew @keithamus @M-Zuber I see now, very good point... I think that went over my head at first. If we can keep it language agnostic then yes, my whole concern...

> For package managers that don't have a real repository like Go and Bower @andrew Frickin' Bower. Always ruining everything. Okay, cool. That sounds great actually. I doubt any user...