stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

✨ Standard library for JavaScript and Node.js. ✨

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

Bumps [node-gyp](https://github.com/nodejs/node-gyp) from 6.1.0 to 9.1.0. Release notes Sourced from node-gyp's releases. node-gyp v9.1.0 Features Update function getSDK() to support Windows 11 SDK (#2565) (ea8520e) Bug Fixes extend tap timeout...

major
dependencies

Delimiter-separated values. `@stdlib/utils/parse-dsv`. Note that this package is not simple. The implementation should adhere as best as possible to the various CSV RFCs and pass standard CSV parsing tests. Ideally,...

feature
difficult

### Description When using `objectValues()` and `omit()` with my typescript application, I lose type inference. I would like to use omit on parts in this function: ```js const addressPartsRemover =...

bug
TypeScript

### Description Encountered an error when attempting to lint R files after installing the latest `lintr` package (`3.x`). The `lintr` configuration in https://github.com/stdlib-js/stdlib/blob/232d92dcd2f07187ab1973d88e25cf5354a97633/tools/lint/r/linter.R#L42 needs to be updated to accommodate breaking...

bug
tools

### Description We're writing as we found your library to be the most tested and fastest for expanding contractions. For context, we're working on https://spamscanner.net and expanding contractions before passing...

rfc
feature

Resolve issues #226, #225 and #228 . ## Description > What is the purpose of this pull request? This pull request: - adds support for computing the secant - adds...

math
base

Bumps [glob](https://github.com/isaacs/node-glob) from 7.2.3 to 8.0.3. Changelog Sourced from glob's changelog. 8.0 Only support node v12 and higher \ is now only used as an escape character, and never as...

major
dependencies

### Description This RFC proposes the [skew-normal distribution](https://en.wikipedia.org/wiki/Skew_normal_distribution) ### Related Issues I didn't see any. ### Questions No. ### Other No. ### Checklist - [X] I have read and understood...

RFC
Feature
Statistics

### Description Encountered an error when trying to install stdlib with npm 6 ``` nvm use 12 npm i @stdlib/ndarray ``` (or `npm i @stdlib/stdlib`) ### Related Issues https://github.com/npm/cli/issues/1600 ###...

bug

Resolves #32 ## Description > What is the purpose of this pull request? This pull request: - implements sind using kernel sin and kernel cos ## Related Issues > Does...

math
base