Simon Meskens

Results 80 comments of Simon Meskens

Could you give a list of inconsistencies with the other data structures? I might try to PR a fix for this issue as a way to get my bearings with...

Luckily, the fantasy-land spec has done most of the hard work for you. The idea is that you just need correct implementations of the primitives and other libraries can build...

# Proposal: Typed Static-land compliance This document outlines a strategy that promises at the very least a guarantee a library will not become incompatible with the Static-land specification and at...

I did some quick checking and so far, it seems like the library already correctly uses of, map, concat, equals and empty. Prime candidates for inclusion are chain (for lists...

The only real downside is that some of the operations tend to be the same for certain collections. For example, alt/concat and empty/zero are the same for lists. This means...

> May I ask what issues you personally had with Immutable.js? The same issue I had with Flow, I feel like Facebook doesn't embrace open-source. There's a laundry list of...

hey @shinzui I have a few more PRs ready for Fantasy-land support, but my job got kinda hectic in August and onwards. I'll try to push the stuff I have...

@axefrog Feel free to always tag me for questions. I'm currently using Collectable for a video game that I stream the creation of occasionally, so I'm also giving the library...

I'm not sure if Fantasy Land is the end-all be-all for TypeScript btw. The issue is that Fantasy Land is not curried and TypeScript doesn't like that very much. It...

Also, here's my TODO list, I'm not sure which of these I might not have PRed yet, I'll check when I have time: # General - [ ] Refactor all...