Adam Campbell
Adam Campbell
I thought of another situation: personally hosted servers that have GitHub, GitLab, or BitBucket. In those cases there will need to be some way to specify the base url that...
Right now the working branch is expected to be `master`, but this may not always be the case. It would be nice to be able to set the working branch...
Just a heads up if you're using SQS with Confide. You'll need to set the `email_queue` config var to the SQS queue endpoint URL you're using. Otherwise your listeners won't...
Hi, I'm having issues getting an example spec using `allOf` to work. This is the spec, as provided by the [OpenAPI docs](https://swagger.io/docs/specification/data-models/oneof-anyof-allof-not/): ```yml openapi: 3.0.0 info: title: AllOf.v1 version: '1.0'...
It would be awesome if these tools were provided as traits rather than a class to extend. We have an existing extended TestCase, so I can't use this out of...
Receivers should be separated from the core package, much like how Socialite has https://socialiteproviders.com, a collection of Socialite providers maintained by many different contributors. The current providers in Receiver can...
This PR adds support for handling multiple events in a single payload. The `getEvent` method has been updated to support the return of either a `string` or `array` value, and...
Great plugin, thanks for the work on it! One UX issue I often hit is the way the Antlers tags are formatted. The biggest issues I hit are: - Subsequent...