Ali Servet Donmez

Results 46 comments of Ali Servet Donmez

FYI; Since then we've migrated to AWS CLI (i.e. `aws lambda update-function-code ...`)

@nightfury1204 I believe this change has borked `convox run`, `convox exec`, and alike: ``` convox exec sh --app ERROR: Get "https://10.1.2.4:2376/containers/json?all=1&filters=%7B%22label%22%3A%5B%22com.amazonaws.ecs.task-arn%3Darn%3Aaws%3Aecs%3Aus-east-1%3A924748183198%3Atask%2Fmyrack-Cluster-SUZR61FH8VHZ%2F6f2895b834cf4b09a7df955826c4adb1%22%2C%22convox.release%22%5D%7D": http: server gave HTTP response to HTTPS client ```

We figured our issue was due to our custom `InstanceBootCommand` which didn't include recently added `--tls --tlscacert /etc/ca.pem --tlscert /etc/cert.pem --tlskey /etc/key.pem` parameters for Docker. I wish this breaking change...

> I think this post could be a strong indication that there's a demand for an OS windowing system based on the pane model, rather than the traditional free-floating windows....

Yes! This would be neat.

Folder-specific configuration is handsome! 👏 However, for all the good reasons above, I'd still keep this issue open as something to consider to implement at some point in future.

@steve-taylor sure, thanks.

It does run on github actions here (which afaik are docker containers) like so: ``` xvfb-run --server-args="-screen 0, 1240x627x24" node example.js ``` Where `example.js` is something like: ``` var sshot...