Marak
Marak
We'll also need a way for users to set their own max hook execution values. They would have to be tracked as a second value. With metered billing, a user...
Got this working locally. Required that we build a new project for managing package installations ( https://github.com/bigcompany/hpm ) Should be deployed in the next day.
auto-installs of modules are back online. Still need to test more.
@gavinengel - If you attempt to require a npm module in a Hook...it should just auto-install after the first run. If you have any issues just let me know the...
@knguyen0105 - I went ahead and installed the `mailgun-js` package on hook.io for you. I think its working now? http://hook.io/marak/mailgun/source Please remove the `autoinstall` module. Based on the documentation I...
@monkbroc - I went ahead and manually installed `spark`. Can you confirm it's working? We have no automated testing around automatic npm installs right now. Will be working on that....
Something appears wrong with auto-installs. I'm looking into it right now.
@monkbroc - spark is working now. sorry. I think we might have roll back to `[email protected]` :-\ What I'm seeing on the servers is a massive increase in lag from...
Source code of hook?
I've responded back privately. I _think_ one of the module dependencies is attempting a dynamic require, which is causing the module not found error handler to eat the stack and...