Michael Reay Beaton

Results 4 issues of Michael Reay Beaton

If I have the following code ```` Promise { statement1 }.then { ... }.then {...} ```` statement1 doesn't fire, however if I have: ```` statement1.then{ ... }.then{...} ``` it does...

I have a 1:m relationship, but when I query the User to get all the associated posts, I am not getting back any posts. ```` Schema: type User @model {...

question

Hi, First, thank you for building this, I use your SKY.Q remote and it's great. I wanted to use this to download the channels, but I'm having some trouble installing...

The first creation of an eb environment fails due to aws-elasticbeanstalk-ec2-role not being created (I had never created an environment via the console). "The instance profile aws-elasticbeanstalk-ec2-role associated with the...

enhancement