stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

✨ Standard library for JavaScript and Node.js. ✨

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

### Description This RFC proposes adding C implementation for [`@stdlib/math/base/special/factorial`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/factorial) ### Related Issues Helps progress #649 ### Questions No. ### Other No. ### Checklist - [X] I have read and...

status: Blocked

### Description This RFC proposes to improve the [README examples](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/dists/logistic#examples) of the `stats/base/dists/logistic` namespace package. Currently, namespace package READMEs only include minimal examples which are not particularly informative and do...

Good First Issue
JavaScript

### Description This RFC proposes to improve the [README examples](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base#examples) of the `stats/base` namespace package. Currently, namespace package READMEs only include minimal examples which are not particularly informative and do...

Good First Issue
JavaScript

### Description This RFC proposes to improve the [README examples](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/dists/triangular#examples) of the `stats/base/dists/triangular` namespace package. Currently, namespace package READMEs only include minimal examples which are not particularly informative and do...

Good First Issue
JavaScript

Resolves #1087 ## Description > What is the purpose of this pull request? This pull request: - Adds generics to improve type definitions of the `mapArguments` function. - Updates tests...

### Description This RFC proposes adding a C implementation for [`@stdlib/math/base/special/tan`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/tan) ### Related Issues Helps resolve #649 and unblocks #1663 ### Questions No. ### Other No. ### Checklist - [X]...

status: Blocked

### Description This RFC proposes adding macro support in the REPL. To allow users to define macros, we could add a command having the following signature: ``` macro( name, body...

Enhancement
RFC
Needs Discussion
REPL
priority: Normal
JavaScript
difficulty: 4

### Description This RFC proposes adding package `@stdlib/assert/is-complex-string`. The package should be similar in structure to [`@stdlib/complex/reviver-float32`](https://github.com/stdlib-js/stdlib/tree/64931c5fdb4abc3a339b619658d3b5acc089e556/lib/node_modules/%40stdlib/complex/reviver-float32). The goal is to assert if an input string is of a complex...

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

### Description This RFC proposes improving the REPL by adding information about functions and objects (in grayed out text) as you type in the REPL for a more insightful editing...

Enhancement
RFC
Needs Discussion
difficulty: 3
REPL
priority: Normal
JavaScript

### Description This RFC proposes adding support for auto-completion and completion previews after function executions in the REPL. The idea is that, for side-effect commands, we could eagerly evaluate and...

Enhancement
RFC
Needs Discussion
difficulty: 5
REPL
priority: Normal
JavaScript