Eric Platon

Results 10 comments of Eric Platon

Yes, the full check took forever. I am happy local owner of all builds now :-P Do you suggest changing the script `find` call to `docker-images/` ? Easy enough, although...

Looking at the [latest stable](https://github.com/stefanprodan/mgob/blob/v1.3.0/pkg/backup/s3.go#L60) version (1.3), there are hints of what needs be done: upload := fmt.Sprintf("aws --quiet s3 cp %v s3://%v/%v%v%v", file, plan.S3.Bucket, fileName, encrypt, storage) * `file`...

> appalled to see this problem still not solved yet... Any plan on this?@SlongLiu The answer is what @bdubbs-clarifai reported a year ago. More in detail, the [`Model` class accepts...

In case this is still relevant, here is a simplistic way to handle the TS files: https://github.com/jbochi/hls-loop/pull/5/files#diff-bc03d3dba66b4052ced3f62b44a744a9R77

Same problem here, but on update and with the current latest (Zappa 0.57.0) on Lambda Python 3.9 runtime.

I have not seen the problem any more, while a regular user. Is this okay to close, or anyone still blocked?

I cannot say why, but the special address `0.0.0.0` allows the server the listen to all network interfaces. So you should be able to access the server with the address...

If you mean being able to serve contents under CORS, perhaps this version of the code can work: https://github.com/jbochi/hls-loop/pull/5

Here same configuration, except 13.5.2. The build succeeded for 3.3.3 with OpenSSL@3 installed via Homebrew: ``` rvm install ruby-3.3 Searching for binary rubies, this might take some time. No binary...