Gant Laborde
Gant Laborde
Quite a few of the tests use their own mock of context, rather than the root `const context = require('mockContext')` Let's clean things up and use the __mock__ context version...
Inspired by this article: https://hackernoon.com/im-harvesting-credit-card-numbers-and-passwords-from-your-site-here-s-how-9a8cb347c5b5 Perhaps checks npmjs for the github link and then requires you to whitelist anything that can't be verified.
CLI with no version ``` $ solidarity snapshot cli detox Would you like to add the binary `detox` to your Solidarity file? (Y/n) True Update complete ``` CLI with a...
Would be cool if I wanted to make a plugin, if all I had to do is say `solidarity generate plugin` and then it would ask me questions and build...
Not sure where the docs for this page are located, otherwise I would have just done a PR: http://danger.systems/js/guides/getting_started.html The semaphore integration works, but there's a catch. Semaphore won't do...
Was adding everyone to my project when suddenly I got rate limited. https://api.github.com/rate_limit was at zero. If I had known, I wouldn't have been using the command the same way....
I know we had this built in for gluegun usage PRE-TypeScript: https://github.com/infinitered/gluegun/blob/master/sniff.js But now that we're compiling to common JS, can't we break the node >=7.6 requirement?
It would be great if we could control the print with global configs. Feature 1: Configure printing which would allow a complete shut-off. This would no-op all `print.` commands until...
https://github.com/terkelg/prompts Just consider it. I want the best of the best to come with gluegun, so whatever you choose after evaluating :)
Right now you can only have gluegun print to console. What about allowing gluegun to be configurable so anything built on GG can have CLI OR Library benefits. `context.print.stdout =...