Paul Hicks

Results 7 comments of Paul Hicks

I use the examples repo almost exclusively via the GitHub UI rather than cloning it, and that colours my opinions. The landing page of the example repo has a lot...

The solutions to issues 93 and 124 work here. Remove the Content-Type header or set to some something other than application/json.

Another workaround is to add whitespace to the body of the response. Or use curl for this test case!

The solutions to issues 93 and 124 work here. Remove the Content-Type header or set to some something other than application/json.

It looks like createUrn is used in this case because EventRuleEventSubscription sets the aliases opt, which I've never done in a test object before. That causes the function `inheritedChildAlias` in...

(Aside: is the alias still necessary? I can't re-parent my EventRuleEventSubscriptions because the new version has the same alias as the old version.. I can work around this via commenting-out...

Testing stack transformations took a lot of working out today. I'm probably doing it wrong, but in case I'm not, this might be something that could be added to the...