David Chambers

Results 266 comments of David Chambers

Very cool, @gcanti!

I would love to see you revive this pull request, Aldwin. :)

There are several exciting ideas here. I'm not yet sure what we should do, but it doesn't seem right for [`$.Function`][1] to be able to describe function types which `def`...

Are you still interested in this functionality, @Avaq?

This is very exciting, Simon! > Export all List function wrapped with sanctuary-def. This would give Sanctuary currying and run-time type checking. :thumbsup: > All List functions that can return...

Your proposal sounds good to me, Simon. How would you like to proceed? Would you like the project to live in the @funkia account, the @sanctuary-js account, or some other...

It makes sense to me for the Sanctuary wrapper to be handled in the same way as the Ramda wrapper. The peer dependency (`{"ramda": "*"}`) concerns me. Shouldn't this be...

I was thinking of the peer dependency from the perspective of one of your users. You claim that the API of your wrapper matches that of Ramda, but you must...

Sounds good to me, Simon. I have created [sanctuary-list][1] and granted you write access. Please create a branch named `paldepind/everything` or similar and do your work there. Once you're ready...

I have needed `List a` in various test suites, and have defined it in several places. I will add documentation, then make the code available on GitHub and npm. At...