James Forbes
James Forbes
I really like the idea, I've been exploring custom vnode types in my code bases to support first class view reactivity and I think its a great direction. So I'm...
Breaking referential transparency is unsurprising behaviour, updating the docs to describe the surprising behavior will work. But would having two caches be a significant amount of work? If we update...
Ah I see, that's a shame. I think that exact justification would be really helpful in the documentation. Thanks @isiahmeadows for walking me through that.
I haven't made a docs contribution yet, I'd be happy to give it a go though.
Ok great! Yeah that looks to be all we need 👍 In order to be compatible with npx/npm we just need to generate a package.json with a few entries ```json...
You can also publish a prerelease with a tag: ``` npm version 0.0.0-alpha-1 npm publish --tag alpha ``` This will prevent this release from being installed without specifically opting into...
> All joking aside, 😹 > I don't really see what we get from removing those and breaking pretty much all Ramda-based code in existence. Smaller surface area, less debates...
I think it's worth also considering other libraries exist now that do not have the above philosophy. Sanctuary for example is less constrained, it has no interest in replicating native...
> No, they also handle FantasyLand's Ord. Great point. > No. Notice that when passed non-unary method name / constructor they return a curried function. Passing arrow functions to curry...
> IMO all these symbols && || % ! which were invented in the seventies out of the shortcomings of the ASCII character set, do not benefit readability and break...