Josh Gillies
Josh Gillies
Basically I came across this: https://github.com/bigcompany/hook.io/blob/master/lib/resources/hook/fetchHookSourceCodeFromGithub.js#L72 And now wonder whether it could be an option to employ a more Node-like solution to Hook entry point resolution? With the goal to...
I've been interested in using [winston](https://github.com/winstonjs/winston) and [winston-papertrail](https://github.com/kenperkins/winston-papertrail) as a way of passing logs onto an external log store. However, it seems as though requests made to ports other than...
Uncovered this issue when trying to use: https://github.com/devongovett/jpg-stream. Their API suggests requiring their JPEG encoder / decoder via a module relative path. Eg: `require('jpg-stream/decoder')`. In cases like this, hook.io tries...
Currently Hook.env is global, as stated by: > "Here you can set key / value pairs that will be available in all your hooks as Hook.env" > -- _https://hook.io/env_ It...
I'm currently playing around with page.js in a Worker context, and as a result of that environment having no native window object, etc I'm passing my own via `page.setup({ window:...
Seems like there's some crossover here: https://flaviocopes.com/sample-app-ideas/
Fixes: #2730
This flag controls the Deno runtime enabling it to provide globals like `location.href`. (Deno docs: https://docs.deno.com/runtime/manual/runtime/location_api). For my specific use case I'm working on a module which wraps [worker-tools/deno-fetch-event-adapter](https://github.com/worker-tools/deno-fetch-event-adapter). In...
Fairly trivial change set. I generated the test key and cert by following Node TLS docs (http://nodejs.org/api/tls.html#tls_tls_ssl), and added a simple test to ensure the correct protocol is being detected.
Would be great if the ability to generate a URL hash that could be shared among other developers was implemented. I'm thinking in the same way you can with JSFiddle,...