Scott Sauyet

Results 14 issues of Scott Sauyet

In `examples/dependent.js`, we have this contract for a supposed square root function: ``` @ (x: Pos) -> res: Num | res 0.5` and that `0.5 < 0.25; //=> false`. Similarly,...

[v0.27.0...v0.28.0](https://github.com/ramda/ramda/compare/v0.27.0...v0.28.0) (Note that some of these changes were in v0.27.1, which somehow never got its own upgrade guide.) :new: Added: - #2852 :new: `on` - #2881 :new: `splitWhenever` - #2925...

documentation
upgrade guide

Although the answer is still the same, the question asks about the "return of the following `console.log`". `console.log` doesn't return anything, so the answer is `undefined`, but without teaching the...

Ramda Fantasy is no longer in active development. View the [README][rm] for suggested alternatives. [rm]: https://github.com/ramda/ramda-fantasy/

This is a reworking of #7729, creating more user-friendly permalinks and permaviews. There's not much to discuss here; you can see that closed PR for rationale and some interesting discussion....

Leave a comment if you think you'd be interested in presenting (given that we don't know any details yet.) Please include your timezone to help us with scheduling. See also...

As one of the co-authors of [Eweda](https://github.com/CrossEye/eweda) and [Ramda](https://github.com/CrossEye/ramda), I'm excited to see a book on Functional Javascript. I loved Braithwaite's _Javascript Allongé_, and liked much of Fogus' _Functional Javascript_,...

Hey folks, I'm having trouble figuring out how to deploy the REPL to the Ramda documentation page. There were some recent temporary changes to avoid calling wzrd.in in the REPL....

Putting an issue so we won't forget to deal with this. Somehow we lost the change we did to switch the URL shortener from Google to Tinyurl. Also, I'm 95%...

(porting from https://github.com/ramda/ramda/issues/1960 -- wonder if there's an automated way to do this?) ----- Carrying over from [StackOverflow's "*Where can I find an explanation/summary of symbols used to explain functional...