Greg Fairbanks

Results 5 issues of Greg Fairbanks

### Bug description Steps to reproduce the problem: 1. Have a proxy server setup, and set HTTP_PROXY and HTTPS_PROXY environment variables to point to it, both as http:// urls. 2....

bug

What Intercom previously called `delete` for users was actually an archive. They have now added a real deletion mechanism, and renamed `delete` to `archive`. For backwards compatibility, `delete` will continue...

Intercom has added a new API for permanently deleting users. The previous `delete` has been renamed as `archive` (since it never actually permanently deleted the user). Submitting a PR to...

**Describe the bug** Our `cog.toml` has `ignore_merge_commits = true`. After upgrading from 6.0.1 to 6.1.0, this setting seems to be ignored, as we are getting an error about a merge...

bug

I have a repo with several projects that I publish independently. I am using `semantic-release-plus` for its support for filtering commits to a specific path, to only publish each project...

enhancement