Daniel Hough
Daniel Hough
At the mo, the hook will always be handled synchronously which means the response will timeout, since github has a 10s timeout on hooks. Could just put it on its...
Use of web workers could probably massively improve performance of this library by spawning new threads which control the intervals. See [MDN's guide](https://developer.mozilla.org/en-US/docs/Web/Guide/Performance/Using_web_workers#Timeouts_and_intervals) for more information.
GitHub has implemented some features requested by the community for issue and PR templates. It might be a nice idea to support this in Forkability! https://github.com/blog/2111-issue-and-pull-request-templates @M-Zuber any thoughts?
In order to do #70 we need to produce a module which can open up a git repo directory and produce a list of tags in a format which `lintTags.js`...
In order to do #70 we need to produce a module which can open up a directory and produce an object which represents the directory structure in a format which...
The JS interface for creating APIs is super easy and clear, but the command line interface can be a bit of a faff. This: ``` $ interfake GET /thing 200...
With an array in a response, there should be some way to generate an array of whatever length using the template specified.