Italo Silva
Italo Silva
I tried running the example code on the README, and got this error: ``` From cffi callback : Traceback (most recent call last): File "C:\Users\italo\Google Drive\Code\Projects\email-lists\env\lib\site-packages\pycares\__init__.py", line 91, in _sock_state_cb...
My `config.fish` contains: ```sh zoxide init fish --cmd j | source ``` This correctly redefines `j` and `ji` as the commands. However, if I try using `j query`, it works...
The [Getting Started](https://atuin.sh/docs/) page shows the following command to register the user: ```sh atuin register -u -e -p ``` This exposes the password to the shell history, which is a...
I'm trying to use `prettybat` without line numbers, but I'm getting errors with both `-p` and `--plain`: ```shell $ prettybat --plain file.json error: The value '' was provided to '--plain'...
Now that we have #1898, it could be interesting to have platform-specific lockfiles, each generated by something like `--no-cross-platform`. My primary use case for this is `pytorch`: ideally, you would...
This seems like an obvious thing, so I apologise if it's duplicated somewhere. We can define verbs that execute arbitrary commands, but there doesn't seem to be a way to...
Thank you for creating Khoj! It works very well for searching my Markdown notes, but I'd like to use it for other things. For example, I have a folder full...
I don't really want commands like `ls`, `cd`, `git status` and so on to appear when searching the history. It would be good to be able to specify some patterns...
I'm getting an error that the editor cannot find the lib when in the test file, but `prove6` runs correctly. Here is the folder structure: ``` ├── HELP.md ├── README.md...
#7585 seems to have fixed only the string spec for argparse, but `fish_opt` still requires `--short` to be provided, even when we have `--long-only`: String spec version: ```fish # script.fish...