You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
I wasn't able to reproduce on Firefox 41.0.2 or 42.0 on OS X. I am not sure there is anything we can do - I took a look at what line 288 was in rainbow.js, it is just a regex.exec(code)
I'm using Linux.
Maybe it's a platform specific issue, later on I will try to obtain more information about it.
The only thing I found for now is that the recursion occurs here
I think there is no much things to do...
It's unfortunate that it works in one browser and doesn't in other ( maybe the stack limit changes from OS to OS, just a guess... ).
There could be a try / catch for the recursion ( does it work ? dunno. ), as this wouldn't break the entire site ( and making people think the site / framework is broken ).
Steps:
My guess: JavaScript stops running after the stack overflow.
My workaround: open chrome, reproduce steps, everything works fine.
The text was updated successfully, but these errors were encountered: