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 improving the TypeScript type declarations for `@stdlib/utils/async/if-then`. Currently, considerable type information is lost when using this function. Ideally, we'd improve declarations for `x`, `y`, and...

enhancement
rfc
TypeScript

### Description This RFC proposes improving the TypeScript type declarations for `@stdlib/utils/async/if-else`. Currently, considerable type information is lost when using this function. Ideally, we'd improve declarations for `x`, `y`, and...

enhancement
rfc
TypeScript

There's an issue with `prevGraphemeClusterBreak` package, if I compare the results with `nextGraphemeClusterBreak` for a single skin tone emoji it doesn't return the same values, ``` prevGraphemeClusterBreak( '👉🏿' ) //...

Bug
Help Wanted
difficulty: 3
Good First Issue
priority: High
JavaScript

### Description This RFC proposes improving the TypeScript type declarations for `@stdlib/ndarray/array`. Currently, type declarations do not account for `dtype` information. Ideally, we'd improve declarations such that - based on...

Enhancement
RFC
Accepted
TypeScript
priority: High
difficulty: 2

### Description This RFC proposes improving the TypeScript type declarations for `@stdlib/utils/map-arguments`. Currently, considerable type information is lost when using this function. Ideally, we'd improve declarations for the input and...

enhancement
rfc
TypeScript

### Description This RFC proposes improving the TypeScript type declarations for `@stdlib/utils/group`. Currently, considerable type information is lost when returning results, which are presently typed as `any`. Ideally, we'd improve...

enhancement
rfc
TypeScript

### Description This RFC proposes improving the TypeScript type declarations for `@stdlib/utils/group-in`. Currently, considerable type information is lost when returning results, which are presently typed as `any`. Ideally, we'd improve...

enhancement
rfc
TypeScript

### Description This RFC proposes improving the TypeScript type declarations for `@stdlib/utils/group-own`. Currently, considerable type information is lost when returning results, which are presently typed as `any`. Ideally, we'd improve...

enhancement
rfc
TypeScript

### Description This RFC proposes adding a filesystem utility to read a file which is newline-delimited JSON (NDJSON). Package: `@stdlib/fs/read-ndjson` Alias: `readNDJSON` ### Related Issues The following RFC is a...

RFC
Feature
Utilities
Accepted
priority: Normal
JavaScript
difficulty: 2

### Description This RFC proposes adding a utility to parse a string containing serialized newline-delimited JSON (NDJSON). The exposed API should have the same signature as [`@stdlib/utils/parse-json`](https://github.com/stdlib-js/stdlib/tree/1dbb5491b16d4f969cf4748bd1fc7bcd80b89ccc/lib/node_modules/%40stdlib/utils/parse-json), and the reviver...

rfc
feature