Cameron Moore
Cameron Moore
It may be helpful if the `webhook` command included detailed help information. Almost like man page output from the command. It should display supported cli and config file options. Related...
To help facilitate new features, begin moving the main webhook service properties to a Service struct.
Requested by @hassanbabaie in https://github.com/adnanh/webhook/issues/197#issuecomment-345341247. Ref: https://github.com/scalr-tutorials/webhook
`SetRetryCount` allows values less than zero, but the [`Backoff` implementation assumes `opts.maxRetries` is zero or greater](https://github.com/go-resty/resty/blob/b90c855d687abc2b9efef0e936ea5462836954a1/retry.go#L92). The result is that `Backoff` doesn't actually make a request but also doesn't return...
I haven't seen this discussed before, so I wanted to open a discussion. In my experience, most Makefiles that are not just cramming words together (e.g. `installhtml`, `installps`) use kebab-cased...
Enforce Angular Commit Message Guidelines within GitHub.
Fixes #2541
**Describe the bug** If a trailing space is left in the section padding, the resulting IE table width is calculated incorrectly. **To Reproduce** Steps to reproduce the behavior: 1. Create...
I've received some emails that use inline MIME headers which are silently ignored. Sample content: ``` MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="17122880850.dd5Fb0.406180" --17122880850.dd5Fb0.406180 Date: Thu, 4 Apr 2024 23:34:45...
Add a merge_key configuration option to allow for custom merge matching logic. Updates #43