Russ

Results 21 issues of Russ

Anyone who wants to do this, it would be much appreciated!

Need to implement the OOP wrapper to do this.

enhancement

See v1.4.3 changes: http://underscorejs.org/#changelog There were some updates to _.uniq and _.times that should be ported over.

enhancement

See: http://underscorejs.org/#changelog Namely, `_.findwhere` and `_.partial` would be nice to have.

enhancement

http://underscorejs.org/#throttle

enhancement

Should return arraylen(xmlNode)

enhancement

See the Underscore.js changelog: http://underscorejs.org/#changelog

enhancement

Currently, you cannot pass a callback to REReplace(). I propose adding `_.REReplace(string, regex, callback, [scope], [context])` to the library. If a substring is passed instead of a callback, then it...

enhancement

Currently, it puts the string into an array as the first element. Making this change will probably affect collection methods for cf-lists. I'm not really sure how to reconcile the...

bug