mark lister

Results 8 issues of mark lister

From #6 (@bblfish) Perhaps there is an extra improvement you can add. Is it possible to abstract somewhat from an array? For example the JS seems to return a [ArrayBuffer](https://github.com/scala-js/scala-js/blob/master/library/src/main/scala/scala/scalajs/js/typedarray/ArrayBuffer.scala)...

It'd be nice to be able to map a product collection using CC.tupled. Doesn't work with Products and the bug that I filled against Scala looks like it won't gather...

See #33 and [this question on so](http://stackoverflow.com/questions/27781020/read-csv-in-scala-into-case-class-instances-with-error-handling)

enhancement

While `product-collections` as a name is reasonably accurate it does lack a certain 'zing' and not many people know what a 'Product' is. Accepting suggestions on a new name for...

CollSeq((1,2,3),(2,3)) Almost kills the compiler. It seems to go through some sort of recursive type resolution and eventually (correctly) complains: ``` )(in method apply),T3(in method apply)(in method apply)(in method apply)(in...

enhancement

Today I needed a flatZipAll method.

enhancement

0.2.9 adds support for 2.13.0