stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

✨ Standard library for JavaScript and Node.js. ✨

Results 630 stdlib issues
Sort by recently updated
recently updated
newest added

### Description This RFC proposes adding JSON schema and validation for when a user is providing their own set of themes. Currently, the user can provide any object as a...

Enhancement
REPL
Accepted
status: Blocked

### Description This RFC proposes adding the package `@stdlib/iter/cuany-by`, which cumulatively tests whether at least one iterated value passes a test implemented by a predicate function. The returned iterator should...

RFC
Feature
Accepted
Good First Issue
priority: Normal
JavaScript
difficulty: 2

### Description This RFC proposes adding the package `@stdlib/array/base/cusome-by-right`, which cumulatively tests whether at least `n` array elements in a provided array pass a test implemented by a predicate function,...

RFC
Feature
Accepted
Good First Issue
priority: Normal
JavaScript
difficulty: 2

### Description This RFC proposes adding the package `@stdlib/array/base/cunone-by-right`, which cumulatively tests whether no array element in a provided array passes a test implemented by a predicate function, while iterating...

RFC
Feature
Accepted
Good First Issue
priority: Normal
JavaScript
difficulty: 2

### Description This RFC proposes adding the package `@stdlib/array/base/cuevery-by-right`, which cumulatively tests whether every array element in a provided array passes a test implemented by a predicate function, while iterating...

RFC
Feature
Accepted
Good First Issue
priority: Normal
JavaScript
difficulty: 2

### Description This RFC proposes adding the package `@stdlib/array/base/cuany-by-right`, which cumulatively tests whether at least one array element in a provided array passes a test implemented by a predicate function,...

RFC
Feature
Accepted
Good First Issue
priority: Normal
JavaScript
difficulty: 2

### Description This RFC proposes adding the package `@stdlib/array/base/cusome-by`, which cumulatively tests whether at least `n` array elements in a provided array passes a test implemented by a predicate function....

RFC
Feature
Accepted
Good First Issue
priority: Normal
JavaScript
difficulty: 2

### Description This RFC proposes adding the package `@stdlib/array/base/cunone-by`, which cumulatively tests whether no array element in a provided array passes a test implemented by a predicate function. The function...

RFC
Feature
Accepted
Good First Issue
priority: Normal
JavaScript
difficulty: 2

### Description This RFC proposes adding the package `@stdlib/array/base/cuevery-by`, which cumulatively tests whether every array element in a provided array passes a test implemented by a predicate function. The function...

RFC
Feature
Accepted
Good First Issue
priority: Normal
JavaScript
difficulty: 2

### Description This RFC proposes adding the package `@stdlib/array/base/cuany-by`, which cumulatively tests whether at least one array element in a provided array passes a test implemented by a predicate function....

RFC
Feature
Accepted
Good First Issue
priority: Normal
JavaScript
difficulty: 2