cib
cib copied to clipboard
No longer working
HI ... thanks for this awesome project!
Everytime I try to run any of the examples, I get a "RuntimeError: index out of bounds". It seems to compile ok but fails on running the code. Would it be possible to get this fixed as I use this environment for teaching.
thanks
This sounds like #15. Could you try with Firefox?
I think it is the same as #15 although I am running on Firefox 63.0.3 (64-bit) on Windows 10
I also had this problem with the first example (on firefox) but https://tbfleming.github.io/cib/#gist=e4c2cc66a6606aa92ff099c27ee2bd02 worked.
Same for me on Firefox 65.0b12, but if I replace the cout <<s with printfs then it works correctly. So maybe a problem with streams. Emscripten's stream handling maybe?