Sam Verschueren

Results 261 comments of Sam Verschueren

I don't think this is correct. This doesn't take the flag into account, it will always ignore all the warnings. It should only do that when `verbose` is set to...

The goal is not disabling the logging, the goal is to show the log only once, so when not yet part of the `logs` set.

Not much we can colorize though :). Or do you want a fancy rainbow style nyan cat kinda output?

Good idea! If someone comes up with a nice color scheme, PR welcome :).

Thanks for the suggestion. In the background, it uses [`gh-got`](https://github.com/sindresorhus/gh-got) to make some API calls. So I guess when you export `GITHUB_ENDPOINT` as documented in `gh-got`, that part is covered....

To be honest, I'm not really a Babel guru at all. I mainly created this plugin because we got very many requests from users to [transpile libraries to ES5](https://github.com/sindresorhus/ama/issues/446). So...

@stevemao from the root project you mean right?

Not sure if I like that, it's not "normal" tab completion. I found this post at StackOverflow http://stackoverflow.com/questions/7096772/how-do-i-implement-tab-completion-in-node-js-shell. It seems that it's quite easy to implement.

Sorry guys. I was off of open source for quite a while due to some personal things which required my attention. Give me some time to get back to this....