Snehil Shah
Snehil Shah
I understand the filename is being camel-cased for a reason, but can't the command name still have the hyphen in the name? `cobra-cli add hello-world`, makes the file named helloWorld...
## Summary Resolves #3297 Pre-requisite for https://github.com/glific/glific-frontend/pull/2860 ## Checklist Before submitting a pull request, please ensure that you mark these task. - [x] Ran `mix setup` in the repository root...
Resolves #1845 ## Description > What is the purpose of this pull request? This pull request: - adds fuzzy matching algorithm for tab completions - write a custom completer engine...
### Description This RFC proposes adding fuzzy auto-completion extending the current strict auto-completion. This would allow us to forgive things like spelling mistakes and suggest more relevant completions. ### Related...
### 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...
Resolves #2072 ## Description > What is the purpose of this pull request? This pull request: - [x] adds syntax highlighting to the REPL - [ ] add more color...
Like a lot of other database client UIs, we can have a `+ Collection` button in the homepage, where a user can quickly create a new collection using a form...
Subtask of #1845 ## Description > What is the purpose of this pull request? This pull request: - replaces readline's built-in completer with a new UX that allows highlighting and...
Towards #2067 ## Description > What is the purpose of this pull request? This pull request: - adds `@stdlib/plot/table/unicode` Table options: - **alignment**: datum's cell alignment. Default: `'right'`. - **borders**:...
### Description This RFC proposes - adding commands like `prevTheme` and `nextTheme` for easier switching between syntax highlighting themes - adding a command like `themeSample` that prints out a syntactically...