Underscore.m icon indicating copy to clipboard operation
Underscore.m copied to clipboard

A DSL for Data Manipulation

Results 13 Underscore.m issues
Sort by recently updated
recently updated
newest added

nil passed to a callee that requires a non-null 1st parameter

bug

Is there any plan for Carthage support?

question

`Underscore.m (0.2.1)`, which does not support `tvos`.

enhancement

`_.union` is not in Underscore.m, but would be useful.

enhancement

Added method to `zip` elements passing an array of arrays that returns another array of arrays zipped. This method only works if all the sub-arrays have the same length (should...

enhancement

http://cocoadocs.org/docsets/Underscore.m/0.2.1/Classes/USArrayWrapper.html It'd be cool to have some inline documentation for both Xcode & CocoaDocs :beer:

enhancement

I could imagine this bringing down the line count of the specs.

question

Even though NSSet is not very popular, I feel we should at least investigate inclusion in Underscore.m.

question

The documentation for find says: ``` text Returns an object from the array **the** passes the test ``` It should say "array **that** passes the test"