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 a utility to test whether any "own" property of a provided object satisfies a predicate function. This is the object keys equivalent of [`@stdlib/utils/any-by`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/any-by)....

rfc
feature
good first issue

### Description This RFC proposes adding a utility to test whether every "own" property of a provided object satisfies a predicate function. This is the object keys equivalent of [`@stdlib/utils/every-by`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/every-by)....

rfc
feature
good first issue

### Description This RFC proposes adding C APIs for converting a JavaScript `Complex64` object instance to a native C data type `stdlib_complex64_t`. Should be similar to other `@stdlib/napi/argv-*` APIs. Package:...

rfc
feature
native
good first issue

### Description This RFC proposes adding C APIs for converting a JavaScript `Complex128` object instance to a native C data type `stdlib_complex128_t`. Should be similar to other `@stdlib/napi/argv-*` APIs. Package:...

rfc
feature
native
good first issue

### Description This RFC proposes to add an assertion utility to test whether two provided values have the same constructor. Package: `@stdlib/assert/has-same-constructor` Alias: `hasSameConstructor` ### Related Issues None. ### Questions...

rfc
feature
good first issue

### Description This RFC proposes adding a utility to replace the substring after the last occurrence of a specified search string. Similar to other base string APIs, the package should...

rfc
feature
good first issue

Resolves #1092 ## Description > What is the purpose of this pull request? There's an issue with prevGraphemeClusterBreak package, if I compare the results with nextGraphemeClusterBreak for a single skin...

Needs Changes

### Description This RFC proposes to add a C implementation for [`@stdlib/math/base/special/minmax`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/@stdlib/math/base/special/minmax) ### Related Issues Progresses #649 ### Questions - I note that the implementations of `min` and `max` are...

…ention Resolves #1528 . ## Description > What is the purpose of this pull request? This pull request: - [x] Refactors @stdlib/blas/ext/base/snansum to follow current project conventions. - [x] Migrates...

BLAS

## Description This RFC proposes to add a routine to compute the sum of the absolute value of the real and imaginary part of a single-precision complex floating-point number as...

Needs Review
BLAS