Recent activity
Subscribe to this feed
mad_Fobos replied on August 12, 2008 05:47 to the problem "Too many recursions problem with RainBow" in BinaryAge:
Hi, Antonin. For now I made Rainbow work, seems it was conflicted with extension "FireBug Code Coverage":
http://www.zachleat.com/Projects/firebugCodeCoverage/
I guess this extension somehow used JS code and call it more then one time, as result there was a loop. For now I turn off this extension, and your Rainbow work great. Thanks for it.
mad_Fobos replied on June 23, 2008 08:51 to the problem "Too many recursions problem with RainBow" in BinaryAge:
It's really strange...
I have exactly this error in FireBug Console:
Too much recursion: rainbow.js (line 31).
And when look on source, it's here:
return FBL.getSourceLineRangeOriginal.apply(this, arguments);
As I understood it's some recursion method, which called too much times. I think maybe I have some restriction in My FF (3.0) on max loops (maybr need to check hidden config) or restriction according to my computer performance (will check also). In any case, seems it's while only my specific problem.
mad_Fobos replied on June 19, 2008 12:56 to the problem "Too many recursions problem with RainBow" in BinaryAge:
I mean, that Rainbow don't work, when there is many lines of JS code on one page, seems it cause "Too many recursion" JS error (as I understand your script colorize code through any recursive function).
For example. try to use RainBow on http://parfumy.com, I think you will see error in FireBug console.
Thanks.
mad_Fobos reported a problem in BinaryAge on June 19, 2008 06:22:
Too many recursions problem with RainBowWhen used much value of JS, I get Rainbow JS error: too many recursions, as results I can't see any JS code in "Script" section at all.
Loading Profile...
