Michael Hewson
                                            Michael Hewson
                                        
                                    Hi @elprans! I'm running on an M1 mac with Big Sur 11.4, using Docker Desktop for Mac. I don't know any reason why it would behave differently on other systems...
>Can't reproduce on an Intel Mac, so this might be related to x86 emulation on m1, as we don't have native builds for it at the moment. @elprans ok thanks...
Here is the log from running that command: [log.txt.gz](https://github.com/edgedb/edgedb-docker/files/6820222/log.txt.gz) This might actually be the first docker dependency that I've used since getting my M1 Mac that didn't have an arm64...
To me, based on the log it looks like nothing is happening for the last 110 seconds of the 120 second timeout, so i wouldn't expect increasing the timeout to...
Good question. I can't do it right now, but I'll check this weekend.
@elprans yes, running `docker exec -it top` shortly after starting the `docker run` command, I see close to 100% CPU usage, and then it reduces down to about 1% after...
@elprans how hard would it be to create an arm64 version of this image? i think ultimately that would be the best solution, since even if we could get the...
I was going to suggest a method called `alias`, but apparently that's a keyword in Ruby.
I'm guessing this issue is out of date, and the current goal is to move this to https://github.com/openAPITools?
I ran into this issue today. I won't post a code example because it's not materially different than the one that @Tuetuopay posted, but I should point out that the...