Jeff Loiselle

Results 32 comments of Jeff Loiselle

It's a GitHub Event syntax. There are some examples here: https://developer.github.com/v3/activity/events/types/#pushevent You can also find them in the webhooks section of your repo on GitHub. All the payloads are there....

Currently, only the checkout action is supported, well, sort of ;-) https://github.com/phishy/wflow/commit/43e5f768abe932d91f2a578f8a76998a4e03e9eb

Made some progress here on the checkout plugin. https://github.com/phishy/wflow/blob/master/plugins/checkout/index.js @chrahunt What other plugins are you aware of / interest you?

Technically those aren't plugins, they're JavaScript actions, and there's another ticket for it [here](https://github.com/phishy/wflow/issues/4). Relevant code modification point would be [here](https://github.com/phishy/wflow/blob/master/lib/action.js#L123). Let's do it! ;-)

@markkelsall This is pretty alpha software, and I haven't been giving it as much love lately as I'd like. I wouldn't waste too much time on it right now, there...

Hey all! My team absolutely must work on this PHP 8 upgrade, so we're looking to start planning it out shortly. Stay tuned. Preliminary Findings: - [ ] remove references...

Seriously. We use the source code to find out how stuff works when the documentation is poor, or if there is a bug. This is problematic.

If AppRunner doesn't scale to 0, why does mine show 0 instances when there is no traffic? Also my minimum is set to 1.

No bueno. Experiencing the same here on a real device, iOS 10.1.1

Tons of confidence after getting an error after the first step. :-)