Results 23 comments of John Jarvis

Hm, that could be the reason why. If you can try temporarily disabling them and trying again it would help to narrow down the problem. There are no ads and...

Yeah this is the likely culprit, it makes a cross-origin xhr cors request when you submit.

Yes the error reporting is terrible here, I will try to improve it.

I've been thinking about how to best show correct solutions that other people have submitted, maybe a link next to each challenge that displays them? Or maybe a special console...

Great ideas, I think the first thing I will do is create a way to browse all accepted solutions and I like the suggestion to vote on them.

Thanks for the bug report, it looks like this command outputs the following when run on the linux host: ``` # ls -A -F -R | grep -v ":" |...

Because the command you type is executed outside a terminal session (not in the javascript but executed remotely) the output comes back as a single line. You can do this...

Thanks for the issue, I have some ideas how to improve the validation. I will update this issue when are implemented.

thanks for the report, should probably replace "help" with something more that is related to the challenges.

Wouldn't this be an issue for when python is called directly in the virtualenv without using the activate script? I think in that case you would need to source `~/.virtualenvs/service/bin/postactivate`...