relude icon indicating copy to clipboard operation
relude copied to clipboard

FP-inspired prelude/standard library for ReasonML projects

Results 46 relude issues
Sort by recently updated
recently updated
newest added

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...

dependencies

**Option** - [x] `eqBy` - [ ] `eq` (that accepts an Eq module argument) - [ ] `compareBy` - [ ] `compare` (that accepts an Ord module argument **Array** -...

In our codebase, we're doing things like: ```reason a |> Option.pure |> Option.reject(myPredicate) ``` This could be replaced with `a |> Option.fromPredicate(myPredicate)`. [Prior art](https://gcanti.github.io/fp-ts/modules/Option.ts.html#frompredicate) from fp-ts.

Things continue to change fast and also furious in the world of Melange + Dune. At one point we updated all of our CI to use Melange + Esy +...

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies