Scott Sauyet

Results 375 comments of Scott Sauyet

Yes, Ramda does have something of a problem with cryptic error messages. I just don't know a good way around this which doesn't end up doing something like Sanctuary's expensive...

@dmitriz: Yes, I think that is the secret sauce, and I want to include it post 1.0.

If you want to write a PR to fix this, I promise it will get a fair hearing. I don't know if I'm convinced yet that it's a good idea....

I think this would be a fantastic idea. I know little about TS or Flow definitions, but if they could be generated from our signatures, it would be a huge...

@tycho01: What do you think? Would this be a good idea? Would you be interested in participating?

> Personally, i think the internal `_isArrayLike` is too aggressive. Do you have suggestions for a change to this? I don't think there is a perfect answer that balances all...

> I think _isArrayLike should be applied to R.flatten's argument, not just its argument's children. Otherwise, some objects will not be flattened when passed as the argument to R.flatten, but...

Pinging @aaronyo: are you still interested in creating a PR for this?

Could you describe some examples? I don't think I've ever needed anything like this, but I could just be missing it.

I'm still not convinced of the usefulness and general applicability of this proposal. First of all, a Ramda version would probably look more like this: ```js const isEmptyOr = curry((dflt,...