Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

[09:15:42 CDT(-0500)] <jhung1> FYI: the original source code for Prince of Persia has been posted to github. https://github.com/jmechner/Prince-of-Persia-Apple-II

[09:26:37 CDT(-0500)] <Justin_o> fluid-everyone: do we have a function to compare if two objects are the same? outside of jqUnit.

[09:35:20 CDT(-0500)] <codercube> Justin_o : what do you mean by the same? links point to one object?

[09:37:09 CDT(-0500)] <Justin_o> codercube: comparing two object literals we have a function in jqUnit "jqUnit.assertDeepEq" which will do this, but not sure if one exists in the framework itself

[10:22:25 CDT(-0500)] <colinclark> Justin_o: I don't know of anything to do deep equality checks in the core framework, no

[10:22:29 CDT(-0500)] <colinclark> What are you planning to do with it?

[10:24:46 CDT(-0500)] <Justin_o> colinclark: i may not need it anymore.. going to explore a bit of a redesign later.. but it had to do with disabling some of the export options… currently the parent component knows which one is active… and when the export is triggered the rest should be disabled. but i didn't want to build the knowledge of which subcompoents were export types into the parent component.. so i was trying to have the subcompoents disabled themselves by

[10:24:46 CDT(-0500)] <Justin_o> checking if they were the active one or not

[10:25:16 CDT(-0500)] <colinclark> Could they do it by id or something like that?

[10:26:24 CDT(-0500)] <Justin_o> colinclark: thanks.. i've set that aside for the moment, but if i still need to do it i'll try that

[12:33:58 CDT(-0500)] <Justin_o> yura, Bosmon: in the context of infusion events… what would cause a "Maximum call stack size exceeded" error?

[14:00:53 CDT(-0500)] <colinclark> Justin_o: Do you have some kind of circular event binding?

[14:01:24 CDT(-0500)] <colinclark> If you're borking the stack, you've probably got some kind of infinite recursion or circularity going on

[14:04:02 CDT(-0500)] <Justin_o> colinclark: yah i'm trying to investigate that oddly it's starting to look like it's trying to call an invoker before it has been created..

[14:04:13 CDT(-0500)] <Justin_o> it doesn't look ilke any of the events are circular though

[14:04:26 CDT(-0500)] <colinclark> interesting

[14:18:34 CDT(-0500)] <michelled> anastasiac: is there a live dev site for the idi site yet?

[14:18:54 CDT(-0500)] <anastasiac> michelled, no - I still have to ping avtar about that

[14:18:58 CDT(-0500)] <anastasiac> avtar: ping (smile)

[14:19:08 CDT(-0500)] <avtar> hello hello

[14:23:34 CDT(-0500)] <Justin_o> colinclark: I think my onReady event was firing too soon.. so i've made sure it occurs later now, which seams to have cleared up this issue

[14:24:05 CDT(-0500)] <colinclark> cool

[14:31:15 CDT(-0500)] <anastasiac> michelled, I just spoke to avtar about a dev site for the idi site, and he hopes to set it up tomorrow morning

  • No labels