14 comments

[ 3.5 ms ] story [ 48.0 ms ] thread
FYI:

    Refused to execute script from 'https://rawgithub.com/ajaxorg/ace-builds/master/src/ace.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.
in chrome
To me: "Please contact its owner and ask them to use cdn.rawgit.com instead, which has no traffic limit."
Sorry, I am having this problem in another browser, who should the GP contact?
Sorry, that was another error that I got!
No worries! I've been swapping between laptop and personal litigious fruit pad so I wasn't sure if it was me or you
Hi all, react-live author here.

Thanks for the heads up and sorry for not using cdn.rawgit.com before!

Thanks for the PR as well, it was just merged :)

The code is updated now and I've also done a little fix to the CSS, feel free to fork it with other Flux frameworks / React libraries.

From the Safari console:

   SyntaxError: Unexpected token '<' [ace.js:0]

   ReferenceError: Can't find variable: ace

   TypeError: undefined is not an object (evaluating 'this.state.editor.getSession')
Aha: hosting ace.js on rawgithub has earned you a blacklisting for abuse, on the grounds of too many requests. Using cdn.rawgit.com instead of rawgit.com should fix it.
(comment deleted)
First rule of Showing off your new project. Make sure it works. I get blank page.
Not working for me. Firefox 35 on Linux. No console error. I have it working in Chromium.
Worked well for me in Chrome. One very minor suggestion - perhaps you should add the text "You can dump stuff on #el" to the code to show beginners where to edit.
Any hint on what I should do to try it out? How do I dump something on #el?