Scott Sauyet

Results 375 comments of Scott Sauyet

I think think it would be a good idea to add a group who can help shepherd some of the issues. I know I'm bad about tracking them, and we...

@GingerPlusPlus: Thank you for these efforts. I would like to automate the closing. But I would first like to finish cleaning up the issues so that we can start that...

So are you expecting, perhaps, something similar to [an old implementation of `where`][wh]?: ```js var where = function where(spec, testObj) { var parsedSpec = groupBy(function (key) { return typeof spec[key]...

There's a lot of history in all this. `whereEq` was broken away from `where` at some point because it was such a common case. But the underlying `where` function had...

You've always got such interesting insights. But looking at them after a long day of meetings means that my brains isn't up to understanding everything. I'll look soon.

@buzzdecafe and I disagree on this often these days. I think that when we know the correct answer -- especially if the inputs are types that Ramda itself might create...

A PR to fix this would certainly get a fair hearing.

Perhaps the documentation for `uncurry` should be expanded. The single-word parenthetical remark in > Returns a function of arity `n` from a (manually) curried function. may not be explicit enough...

@adispring: I'm not seeing that change anywhere.

> It's on the master branch, maybe have not published in v0.27.0 Weird, I must have had some caching issue yesterday.