Daniel Hough

Results 75 comments of Daniel Hough
trafficstars

I agree. As much as I dislike bower too I guess it is still quite popular. What would you say to a requirement for _either_ bower or NPM in a...

So, let's say we have a "JavaScript" based project to replace "NodeJS". At the moment the requirement is a `package.json` file, for a "NodeJS" project but we could change the...

Ah but there's more... If they have a `package.json` we can start applying rules like "No node_modules folder" which would not apply if `bower.json` is there instead. Conversely, if they...

Hahah! No it's all godo! I think we just want to support both at the same time. If it's a node _and_ bower project (as disgusting as that is to...

In a follow up to my one-way gitter convo: > 1. In order to find out the version tags we need to know the NPM package name > 2. This...

Agreed! In fact, with this in mind I originally set up the code so that if the user who opened the issue is the same as the user who owns...

I agree, I'll do that! The explanations are a bit sparse in general.

I'm gonna keep this open actually, just as a reminder! :)

> Can I work on the Suggestions section? Please do and thank you for offering! I'm glad to see you found some time @hpoom! I still haven't since I made...

Oooh nice idea. So, basically, using the JSON file to create test cases, and then you fill in the set-up yourself?