Daniel G. Taylor

Results 255 comments of Daniel G. Taylor

This looks pretty cool. +1 for adding this to nesh, and it could be a built-in plugin so long as it doesn't introduce a bunch of dependencies. Question - if...

This sounds like it should be possible via a plugin. Take a look at the README and the example plugins that are both included with Nesh and the ones others...

I like the fact that this doesn't require fibrous to be installed unless the feature is going to be used. Given that fact I think this is a good addition,...

I'm definitely open to this idea. It also seems like optimist was abandoned in favor of yargs, which we may want to switch to.

@ccheever looks like older NPM versions don't support the new `^version` default syntax. It causes the build to fail: https://travis-ci.org/danielgtaylor/nesh/jobs/21470912#L38 Can you change the dependency on lodash to use `~version`...

I was planning on a 1-to-1 mapping, but choosing a glass style would be pretty easy and then can just be stored in the recipe object. I also think it...

@lukebond, extract ingredients are supported, and the brew timeline supports extract and partial mash recipes. How do you envision your changes working exactly? What exactly are you missing? I just...

@lukebond whoops, Malt.io doesn't recognize that ingredient as an extract because it doesn't match any of the known regular expressions. Just rename it like this: ``` Muntons Gold Continental Pilsner...

There is now an experimental API branch using Google Cloud Endpoints that has a simple call to get a list of users and get details from a user.