Robert Hoffmann

Results 11 comments of Robert Hoffmann

@alexdebrie do you have any thoughts on how you would implement this? As I read through the EG docs, I kind of expected a section explaining how EG would set...

Thanks for the reponse @alexdebrie ! Glad to hear my idea is valid. I might consider it, but I have another question around the project. How can I PM you?

I have a working branch of that and would send a PR soon!

Thank you very much! I am looking forward to it. Is there any chance it could be compiled with OpenSSL or alternatively CyaSSL (see https://github.com/warmcat/libwebsockets/blob/master/README.build) ? It would be great...

Unfortunately, no, I hoped that the experts would do it :) I think this is the repo from where the current, old version 1.23 has been built for cocos: https://github.com/dumganhar/libwebsockets/tree/v1.23...

Still waiting... it is really a shame, Cocos2dx is fantastic, but without a Secure WebSocket it is really hard to make real-time multiplayer games. And you really need it secure,...

Apart from smaller projects, scale to zero would be super useful for development workflows. Imagine many developers deploying code branches for testing. Right now, they would have to consciously deprovision...

So just for the record, a workaround is to look up a valid image [here](https://docs.aws.amazon.com/linux/al2022/ug/get-started.html) and directly reference the SSM parameter like so? `machineImage: ec2.MachineImage.fromSsmParameter('/aws/service/ami-amazon-linux-latest/al2022-ami-kernel-5.15-x86_64')`

As discussed with @dreamorosi , I want to support the introduction of a `throwOnFullBatchFailure` option, for two reasons: - throwing FullBatchFailureError has the unintended (and currently undocumented) side effect of...

@PatMyron thanks for picking this up, working on it...