Rutger Broekhoff

Results 6 issues of Rutger Broekhoff

See https://developers.trello.com/reference/#cardsidplugindata

Currently, a message with headers in this form is accepted, and the (incorrectly?) inlined status `418` is read: ``` NATS/1.0418 Example: test ``` This seems like a bug in the...

This issue was introduced in v0.2.2. It is caused by 1aa722ba5c63bf4c5985069e478b2cf9c1ab6919, in the following code: https://github.com/appleboy/drone-git-push/blob/b90f5fdbc9b893f5b873686477112a0795d18e7a/main.go#L44-L58 Here, the `EnvVars` slices are not of the appropriate form. This makes the environment...

Since 1aa722ba5c63bf4c5985069e478b2cf9c1ab6919, the flags netrc.{machine,username,password} can't be loaded from the environment anymore. This pull request fixes this and closes #54.

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

enhancement
instance
priority:medium
good-first-issue

Recently, I found myself wanting to use prometheus-cpp in push mode. As I already had VictoriaMetrics running, which exposes a Pushgateway-compatible API at `/api/v1/import/prometheus`, it seemed unnecessary to install an...