Snehil Shah
Snehil Shah
### Description This RFC proposes adding packages for terminal colors and terminal color detection. Potential locations for the package are discussed [here](https://github.com/stdlib-js/stdlib/pull/2254#discussion_r1610842438). Namely adding something along the lines of `@stdlib/cli/colors`...
### Description This RFC proposes adding JSON schema and validation for when a user is providing their own set of themes. Currently, the user can provide any object as a...
Resolves #2510 ## Description > What is the purpose of this pull request? This pull request: - adds support for automatic loading and saving of a default configuration for persisting...
Towards #2647. ## Description > What is the purpose of this pull request? This pull request: - [x] adds editor actions - [x] adds support for custom keybindings - [...
### Description This RFC proposes adding `@stdlib/fs/resolve-parent-paths-by` similar to [`@stdlib/fs/resolve-parent-path-by`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/fs/resolve-parent-path-by), which instead of a single path, accepts an array of paths and resolves according to the `predicate`. Similar to [`@stdlib/fs/resolve-parent-paths`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/fs/resolve-parent-paths)...
### Description This RFC proposes adding support for custom key bindings in the REPL. Some prior art: - **Julia**: supports key bindings for actions like editing, cursor movement, and program...
### Description This RFC proposes adding support for selecting regions of the input using SHIFT+ARROW in the REPL. Julia supports this (attached below). https://github.com/user-attachments/assets/402c9602-5578-4d51-afed-9a77db194187 ### Related Issues Related issues #2647....
# Enrich proto field in `gadet_l4endpoint_t` Resolves #3233. - Changes existing `proto` field to `proto_raw`. - Adds a new enriched subfield `proto` which is the protocol name in string format....
Resolves #1845 ## Description > What is the purpose of this pull request? This pull request: - adds fuzzy completions in cases when there are no exact matches. - No...
# adds deadlock detection using cycles in mutex wait graph 1. Builds edges of the graph in BPF code by tracing mutex locks/unlocks. 2. Sends events to user-space using `MAPITER`....