-
The biggest regression from using plain nix is that we don't have tab completion anymore. Do we have someone who is familiar with that kind of thing to make `nom-build` feel more like a drop-in repla…
-
The symtom:
when I ask my questions in the char window, I'd get an error message that says "API Error. See console logs for details.".
Here is what's shown in obsidian developer tool's console:
…
-
such as, potentially:
- get commit & source date epoch
- postinstall completions
- set ldflags
```nix
{
src = fetchFromGitHub {
owner = "yuzutech";
repo = "kroki-cli";
rev = "…
-
```shell
> . target
boundary
boundary (Manage Boundary context profiles)
completion (Generate the autocompletion script for the specified shell)
config
config (Configure target CLI for…
-
We want to two extra features for our CLI commands:
* auto suggesting on mis-spelt commands
* Bash command line completions
## Acceptance Criteria
* [ ] if user types `datahub gte` it should o…
-
Heroku Version 8.0.2-25b54fa
macOs 13.2.1 (Ventura) M1
Installed via Homebrew, updated via `heroku update`.
I have run `heroku autocomplete` since updating.
What is the current behavior?
…
-
Is it possible to provide completions on every keystroke?
-
### Checklist
- [X] I have read through the manual page (`man fzf`)
- [X] I have searched through the existing issues
- [X] For bug reports, I have checked if the bug is reproducible in the latest ve…
-
### What happened?
A pod which is deleted during image pull continues the pull, and starts. It may even succeed if the SIGTERM handler exists with 0.
### What did you expect to happen?
Pods which a…
-
The `compgen` is interesting program in Bash, that provides auto-complete for various things in the system. For example:
- `-a` means Names of alias
- `-b` means Names of shell builtins
- `-c` means N…