Petra Barus

Results 16 comments of Petra Barus

Has anyone succeeded implementing this?

@bepitulaz @lynxluna you guys use this for test/dev or prod? https://github.com/Tanibox/docker-php7

AWS Lambda doesn't support PHP. The best you can do is create executable PHP code and execute it. https://aws.amazon.com/blogs/compute/running-executables-in-aws-lambda/

There is one more issue though. For non session-sticky load balancing, you might fail finding an asset. Let's say 1st request hit server A, the asset will be generated in...

Or you can just configure the load balancer to use session-sticky.

Working on it. Now that there is a topic about scaling. I think I haven't found any topic about continuous integration. Might be useful.

@dk9936 This seems that you are using newer version of Android & Gradle. I met the same issue yesterday and tried to fix this. You can try my code. https://github.com/petrabarus/poc-android-export-kmm-module-to-maven

Yeah, pretty much the same with #2377, I've read that before this, but I forgot to mention. The issue stated that it's good to have a way where we can...

I'm thinking that it would be good if there is automatic table `aliasing` to support code reusing. This should not only work on `select` or `addSelect` but also on `where`,...