Daniel Lo Nigro
Daniel Lo Nigro
The best approach is to use a webhook on a server / hosting service that you control. That way, the GitHub token has no risk of leaking (assuming that you...
> this is disabled by default on CircleCI But then how would this project even work? Its purpose is to comment on pull requests, right?
> one project that uses this package has a section in CONTRIBUTING.md to instruct external contributors how to enable the bot for their forks This sounds reasonable to me! 😃...
Is that actually HTML? `` isn't a HTML tag.
Feel free to submit a pull request adding this, if you think it'll be useful :)
If you want to get this before it's merged, you can use my fork: ``` "react-autocomplete": "Daniel15/react-autocomplete#fb812e2dd01b7b30be4da6380912cf5ffa24a9f8", ``` I've been using this on a live site since November 2016 and...
Can you provide the `npm-debug.log` file?
`browser.js` no longer exists, you'll need to build your own version of Babel. I'm currently attempting to do the same thing for [ReactJS.NET](http://reactjs.net). Here's the relevant Babel issue: https://phabricator.babeljs.io/T6651
@tricknotes In December I released a package called [babel-standalone](https://github.com/Daniel15/babel-standalone) that works the same as the old babel-browser. It should (hopefully) be a drop-in replacement for Babel 5.
Yes, you can use additional plugins, you just pass the plugin objects themselves to the Babel.transform call. Sent from my phone. On Jun 15, 2016 12:14 AM, "rmacklin" [email protected] wrote:...