JP Posma
JP Posma
Btw we also have a Slack workspace now if you want to talk to us more easily: https://github.com/cruise-automation/webviz/issues/461
Ah, the Makefile seems to be old. Would definitely be good to have some instructions in the README. From the top of my head: 1. `npm install` 2. Install and...
Ah yes, that's a problem, you can actually submit a dare and get points while there are errors in the program, that's not good..!
Yeah I agree that restricting newlines there is a bit too strict. A lot of restrictions are there so implementing all the cool stuff is easier, but the restrictions you...
@jergason That would definitely be the way to go. It would take a bit of effort though to make all the interactions work with full Javascript support.
@dawnerd: Not quite: this can be configured per dare. In the first couple of dares `Math` has indeed been disabled. But when it is enabled, most of the methods and...
What does Google Chrome do in your scenario? This is intended as a polyfill for Chrome's behaviour.
Thanks for the suggestion! :) I was actually thinking it might be better to simply have the first robot dare on the front page, to get started right away. And...
You could host it online somewhere? We host webviz.io/app using Github Pages.
You can see here how we publish our [`gh-pages`](https://github.com/cruise-automation/webviz/tree/gh-pages) branch: https://github.com/cruise-automation/webviz/blob/6623f080b2bee11144df1bb70c2ac93db51a37fa/package.json#L134 You can also statically host the gh-pages branch directly yourself. It's what gets hosted on webviz.io. You can see...