[9:56]<hamen> hi [10:11]<zumbrunn> hi hamen [10:13]<zumbrunn> you are trying to set the session timeout to 13000 ? [10:14]<zumbrunn> you are aware that setting is in minutes, right? [10:29]<zumbrunn> (and no, I don't know why you would get that error) [10:30]<zumbrunn> I'll check what happens if I try that... [10:32]<zumbrunn> setting sessionTimeout to 13000 seems to work fine for me [10:33]<zumbrunn> no errors, and from what I can tell, the timeout really is set to 13000 [10:37]<hamen> yeah i guess it was the comment i added after 130000 [10:37]<hamen> i had something like "13000 // Session timeout" [10:37]<hamen> i removed the comment. i'm trying to figure out if it works now [10:38]<hamen> thanks [10:47]<zumbrunn> comments in that file would be marked with a # at the beginning of a line [10:48]<zumbrunn> (and only at the beginning of a line, I believe) [11:12]<hamen> tnx [11:14]<zumbrunn> top [11:15]<zumbrunn> sorry, wrong window :-) [23:28]<peter_12> seems like subclassing Rhino NativeArray doesn't automatically add method like slice, reverse etc [23:28]<peter_12> anyone here done that before?