Mads Jon Nielsen
Mads Jon Nielsen
Hey, I'm the maintainer of https://github.com/firecow/gitlab-ci-local gitlab-ci-local is a tool that enables you to run .gitlab-ci.yml from within a terminal, for debugging n' such. Would a PR be accepted if...
**Describe the bug** When i send a `SIGTERM` to my `cloudflared tunnel run` i get like 8-9 error logs. **To Reproduce** Steps to reproduce the behavior: 1. Run `cloudflared tunnel...
With the new google closure compiler, you have like 700 warnings... Mostly because private members are accessed publicly.
Please answer these questions before submitting your issue. 1. What did you do? If possible, provide a simple script for reproducing the error. - We noticed that some logs from...
Is it possible to publish a version of this package that has a "broader" peer dependency `>=4` for fastify package? https://github.com/ducktors/fastify-socket.io/blob/master/package.json#L46 I'm getting this error, because I'm using fastify 5.x.x...
**Minimal .gitlab-ci.yml illustrating the issue** ```yml --- job: rules: [] script: - echo "Heya" ``` **Expected behavior** I would expect gitlab-ci-local to blow up with an red error message, just...
**Is your feature request related to a problem? Please describe.** ```` function section_start() { local id="${1}" local title="${2}" echo -e "\e[0Ksection_start:$(date +%s):${id}\r\e[0K${title}" } function section_end() { local id="${1}" echo -e...