Marak
Marak
I just now experimented with `regenerator-runtime-only` again ( tried this before i think too ). Don't think it will work. Best thing to do for sure is have toggle between...
Interesting. If you look at the code which handles this you'll see it can be improved. https://github.com/bigcompany/hook.io/blob/master/bin/run-hook#L88 https://github.com/bigcompany/hooks/blob/master/gateway-es7/index.js#L32 Personally, I haven't been using `ES7`. I suspect there might be a...
I suppose also https://github.com/bigcompany/hooks/blob/master/gateway-javascript/index.js#L14 if you are running it through `Javascript` gateway
I think it's best to keep the transpiled version in couchdb document. That way we get revision history. In addition, couchdb hook document has built-in redis caching ( using datastore...
Yeah. I think it's best to have a compile-step available for all services. As @ljharb mentioned in the IRC room, we could also add optional LINTing here. ES7 will probably...
That doesn't seem right. It should be using your own auth tokens. Which hook resulted in that?
I'll take a look at the gist code, it's possible it was broken in the last round of updates. In the mean-time, you should be able to just edit the...
@reimertz - I took a deeper look into it. Check this out: https://github.com/bigcompany/hook.io/blob/master/lib/resources/hook/fetchHookSourceCode.js#L80 and then: https://github.com/bigcompany/hook.io/blob/master/lib/resources/hook/fork.js#L65 It looks like we actually have all the information and most of the code...
Need to resolve this, as well as do a general review of gist backed hooks. Medium priority.
Related #224