Orestes Carracedo
Orestes Carracedo
Love the project! Ran into a small issue yesterday. This is the status of the last builds for my project on Netlify:  However, the icon shows an "error" icon:...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Open a terminal 2. Run `npx npkill` 3. The...
npmjs.com shows a "Try it out" section with a link to try the package in the browser using Tonic, a browser REPL for node. The code that's shown there as...
Loving it so far. Some of the tools I use create PRs and add emojis to them. Right now ghi displays them like this: ``` 10: Update mocha to version...
We can use one as a last check step on the documentation, for example `/version` We can also have another to perform a synchronous health-check to verify the StreamLabs and...
# Plan - [ ] GitHub https://github.com/streamdevs/webhook/pull/199 - [ ] [GitLab](https://docs.gitlab.com/ee/user/project/integrations/webhooks.html#secret-token) https://github.com/streamdevs/webhook/pull/200
Use a bot/automation tool instead of doing it manually
We could also document how to run it using [Cloud Run](https://cloud.google.com/run) instead of Heroku, then
We only have one test, which is not really checking the content of the response. https://github.com/streamdevs/webhook/blob/master/test/routes/github/sponsorship.spec.ts#L31 We could improve this a bit by maybe checking the HTTP status code instead.