Marak
Marak
@pyhedgehog - This is very good. Thank you for your contributions. I understand much better now. My plan was to just hack a simple global `log` function for all python...
Simple logger is now added to lua and python services in [microcule](https://github.com/Stackvana/microcule/blob/master/examples/services/echo/echo.py#L7) This will be good to at least get some logging working ASAP. I can deploy this very soon...
Try running the examples manually in `master`. See the ReadMe On Tue, Jan 10, 2017 at 8:52 AM, PyHedgehog wrote: > I'm digging microcule, but failed to get any log...
You should now be able to set the schema using a basic textarea form on the `/admin` page for the service. Works for any language. This is a great start....
@zanona - Any API commits you can land in https://github.com/bigcompany/hook.io-datastore will surface in hook.io. It should be pretty easy to start adding more REDIS commands. If you open up a...
Datastore in general should be considered "unsafe" right now. We have a few tracking issues. I expect we'll have the datastore secure within the next month or so.
@zanona - If you have any code for review, please open a Pull Request to `hook.io-datastore` project. Thanks!
`microcule` is a project I built over the past two years to support https://hook.io I have strong experience and knowledge in this domain. My main interest is making sure that...
I think the right approach might be moving away from reliance on the Gist API and using it as an optional place to store hook source code. Could you explain...
Related issues: #95, #63, #17 Thanks for the feedback. I agree with what you are saying. I already have a good start on the `hook` cli tool. We can use...