[Prototype-core] Re: Any reasons for not including String#size ?

2007-09-30 Thread Sylvain ZIMMER
Thanks Andrew. As I said, I just posted because I wondered because it wasn't included, no need to take it as a feature request ;-) I'm also interested on other insights from Core :) cheers On Sep 30, 9:03 am, Andrew Dupont [EMAIL PROTECTED] wrote: The size method comes from Enumerable#size.

[Prototype-core] Re: Any reasons for not including String#size ?

2007-09-29 Thread Sylvain ZIMMER
a size method? On Sep 29, 2007, at 8:45 AM, Sylvain ZIMMER wrote: Hi all, I was a bit surprised not to find a size() method on String (like Array, Enumerable, Hash, ...) So maybe there is a good reason not to (and I'd like to know it ;-), but wouldn't it be nice to have

[Prototype-core] Re: Prototype.insertScript? (with code)

2007-05-19 Thread Sylvain ZIMMER
Works as-is in IE6, but I don't have any other version right now, sorry. Should work on any IE5.5+, though. What about KHTML, can someone test? On May 19, 12:42 pm, Mislav Marohnić [EMAIL PROTECTED] wrote: On 5/19/07, Sylvain ZIMMER [EMAIL PROTECTED] wrote: as the iframe and the script

[Prototype-core] Any interest in a Delayed Shift Queue class for prototype?

2007-05-17 Thread Sylvain ZIMMER
Hi, As explained here : http://www.safalra.com/programming/javascript/queues/ DS Queue classes are very interesting on all browsers when dealing with large queues. Could there be a Queue class just like we have Hash? Would it be useful to other people? (I know it is at least to me ;-) I've

[Prototype-core] Re: Any interest in a Delayed Shift Queue class for prototype?

2007-05-17 Thread Sylvain ZIMMER
, Sylvain ZIMMER [EMAIL PROTECTED] wrote: DS Queue classes are very interesting on all browsers when dealing with large queues. Could there be a Queue class just like we have Hash? Would it be useful to other people? (I know it is at least to me ;-) I doubt it. Arrays are efficient

[Prototype-core] Re: Community Repository

2007-05-17 Thread Sylvain ZIMMER
Well I think *some* level of support would be good. Random ideas : - create a prototype-addons list? - without svn/trac it will be quite difficult to have consistent qa. I know it would be a bit difficult, but couldn't the best addons (like scriptaculous) be added in a prototype-addons/