George Boot

Results 66 comments of George Boot

Hi guys, sorry, no not yet. I have started looking at it, but all time so fas has been spent on trying to read up on the internals and figure...

Perhaps this package could be of use? https://github.com/marketplace/actions/http-server-action

Did you also look into [php-pm](https://github.com/php-pm/php-pm)?

If I'm not mistaking, publishing to the marketplace should also have the benefit of not having to build the image on each run, since your action will use a cached...

Isn't the point of GraphQL that you don't (have to) do versioning? You should just add new fields, and if you ever need to deprecate an old field, you should...

@spawnia apologies, I misunderstood the issue. I thought was about the GraphQL API having annotations, while it was actually about the internal code needing the annotations so people can extend...

See https://github.com/marketplace/actions/homebrew-bump-formula or or https://github.com/mislav/bump-homebrew-formula-action

Hi Mike, thanks for reporting! I believe this is due to the connection being (unexpectedly) closed by the client. This is currently not handled by Echo. I will investigate and...

@mikebronner can you please test the `dev-master` to verify this issue has been fixed now (e41a068)? Once I can confirm, I will tag a new version.

Yeah I think I am catching the exception incorrectly. But it's hard to catch because AWS doesn't document that topic very good (to my knowledge). I will look further tomorrow.