Tobias Hölzer
Tobias Hölzer
Hi, I had the same issue. I had the wrong order of zsh-completion commands in my `.zshrc`. Try to add this to your `.zshrc`: ```sh autoload -Uz compinit zstyle ':completion:*'...
You need to install Python with some Feature flags. I deinstalled my python an reinstalled it with PyEnv. Before installing the python version I installed some other libraries which are...
You need to install a library with your systems package manager. For Ubuntu it was: ```sh sudo apt update sudo apt upgrade sudo apt install libsqlite3-mod-spatialite ```
I just answered that also here https://github.com/yannforget/pylandsat/issues/3#issuecomment-1973051207 > You need to install a library with your systems package manager. For Ubuntu it was: > > ```sh > sudo apt update...
@Borda Sorry, haven't seen your comment. To be honest, I don't know how this should be tested properly. There are no tests for it yet, and I don't have the...
I had the same issue on my second monitor, which is connected via HDMI. On Windows, I used to set the mode of this monitor to "AV" since the colors...
Sure, I can help to test it! Just ping me then, I should see it.
I already used these implementations for a project of mine, and they seemed to work fine. However, I did not extensive testing or encountered edges yet. Should I try to...
Seems to work! I have tested it with our rather complex CLI which has a meta app, dataclasses and super nested commands. I would suggest you get in contact with...
Ah, and the filtering commands dont seem to work as I would expect: ```md :commands: training :exclude-commands: training.create-dataset ``` Will show all training commands, including the create-dataset command and subcommands....