Petter

Results 13 comments of Petter

Activate works for me. Are you using the latest chrome-cli (1.9.3)? That one fixes the problem with the id's changing.

Have not been able to reproduce this, I'm always in tmux myself.

I't seems like I'm using some language features that does not work on older version of OSX. I tried compiling with -mmacosx-version-min=10.7 -- but that didn't seem to help. I...

I'm guessing the bottleneck is on the machine where the docker daemon is running and not in glot-run itself. I can think of 3 ways to scale the docker api:...

Swarm definitely looks like the way to go 👍

Newer versions of docker requires the Host header to be sent in. This is fixed in newer versions of glot-run. The docker image found on docker hub contains an old...

I looked at that earlier and I couldn't figure out how to set it up with multiple images in one git repo. Do you know if it's possible? I would...

Yeah, CORS is not supported at this time. I'm currently working on a new version of the api where I will consider allowing it. It will take at least a...

> @prasmussen, I see some unused code for CORS > https://github.com/prasmussen/glot-run/blob/master/apps/glot/src/http/http_util.erl#L72-L83 > > Would you accept a PR? Sorry, but I won't do any changes to the current version in...

`clang` is not a language that is recognized by glot-code-runner, it might work if you send a custom run command in the payload, but it would be easier to just...