stdlib
stdlib copied to clipboard
✨ Standard library for JavaScript and Node.js. ✨
## Description > What is the purpose of this pull request? This pull request: - adds a utility to invoke a function after a delay. In contrast to using `setTimeout`,...
The purpose of this issue is to track tasks related to the effort to refactor string packages handling grapheme clusters to use "base" packages which handle more specialized use cases....
This should follow the same process as outlined in https://github.com/stdlib-js/stdlib/issues/788 but for `@stdlib/blas/ext/base/*`. Packages needing updating: - [x] `@stdlib/blas/ext/base/dapx` - [x] `@stdlib/blas/ext/base/dapxsum` - [x] `@stdlib/blas/ext/base/dapxsumkbn` - [x] `@stdlib/blas/ext/base/dapxsumkbn2` - [x]...
Many of the benchmarks in [`@stdlib/assert/*`](https://github.com/stdlib-js/stdlib/blob/develop/lib/node_modules/%40stdlib/assert) measure performance of an "average" test case, meaning that test values are a mixture of values resulting in `true` and `false` values. An example...
### Description This RFC proposes introducing a simple flat array format for ndarrays and is inspired by work involving the integration of stdlib in Google Sheets. The motivation for this...
### Description This RFC proposes adding support for returning the last (visual) character(s) of a string. Signature: ```javascript last( str[, n][options] ) ``` where `n` specifies the number of visual...
Part of https://github.com/stdlib-js/stdlib/issues/1062 ## Description > What is the purpose of this pull request? This pull request: - Adds `@stdlib/string/base/truncate-middle-code-point` ## Related Issues > Does this pull request have any...
Part of https://github.com/stdlib-js/stdlib/issues/1062 ## Description > What is the purpose of this pull request? This pull request: - Adds `@stdlib/string/base/truncate-middle-grapheme-cluster` ## Related Issues > Does this pull request have any...
Part of https://github.com/stdlib-js/stdlib/issues/1062 ## Description > What is the purpose of this pull request? This pull request: - Adds `@stdlib/string/truncate-middle` ## Related Issues > Does this pull request have any...
Are there any plans to update the `stdlib-js/esm` repo/package? The repo (https://github.com/stdlib-js/esm) and npm package (https://www.npmjs.com/package/@stdlib/esm) are at `v0.0.3` and use some older code in `ndarray` relying on `eval()` which...