Dustin Stiles

Results 6 comments of Dustin Stiles

@kedashoe Thanks for pointing out those type signatures! I'm still learning :) I think dispatching to traverse makes a lot more sense, and stays true with the type signature. _Technically_...

@davidchambers I remember seeing that ramda only supports the original spec before FL introduced versioning. However, I can't find the source and I'm not positive that is still the case.

@kedashoe Will do! I do have a question for you or @davidchambers about something, though. I noticed that in ramda, traverse takes it's arguments in the order of `of ->...

My thought was that newcomers would not be able to implement their own Traversables without looking at the source code for `R.traverse`. This is because the current version of `Traversable`...

That PR looks great, I think it would be a big step, but definitely in the right direction. It looks like the scope of that PR would also trickle back...

Hi @sars! While babel does transpile syntax features, it doesn't do a thing for new builtin methods. Those require the use of a polyfill. Here is a screenshot of the...