Marak

Results 332 comments of Marak

`package.json` support seems like the right idea. Moving forward with the local development tools I'll start to integrate `package.json`.

This has been somewhat resolved with the release of https://github.com/stackvana/microcule `microcule` has `package.json` support and the latest version of `hook.io` surfaces some of these entry points. Upcoming deployment will have...

@teamflower - So it's technically possible to do this right now using something like: ```lua io.stderr:write('{ "type": "log", "payload": { "entry": "hello logs"}}') ``` That should send "hello logs" to...

Took a first attempt at this, but was not happy with the implementation. I'm still not 100% certain I want to add this API feature, as it will significantly increase...

Can you replicate this issue with a simple hook or curl request?

@VerstandInvictus - Pushed a few updates. Can you try again? If you can provide me an output of what the actual incoming HTTP is, it would make it possible for...

Okay. Would it be possible to provide me with the problematic request? Perhaps a dump of the headers and body? It's important that hook.io can receive data from any source,...

With the new server architecture, the `cron` is performing OK. It's still taking up a bit more CPU then I'd like to see, but overall it's performance is not negatively...

@l337r007 - Missed your comment! All hooks will actually be public by default. You can always access their `/source`. Try: http://hook.io/Marak/echo/source To make Hooks private you will need to upgrade...