Paulo Koch
Paulo Koch
As a follow-up and generalization to #64, how can one use this with [pyenv plugins](https://github.com/pyenv/pyenv/wiki/Plugins)? I really haven't tried to dig too much, but instructions on the readme would be...
Hi there! I was trying to get the FF extension, but it seems like the link is broken. Am I derping, or can we correct that?
I'd like to add something like `bw --raw export --format json | pass import -fa bitwarden -` to my cron. However, it seems like pass-import always wants a file to...
From https://forum.syncthing.net/t/mobile-data-run-condition-and-roaming/18323/2 As a user who's afraid of paying roaming fees but has an unlimited data plan in their own contry, I'd like to have a run condition that prevents...
### 💡 Feature request Generate shell completions for bash/zsh/fish/etc, whatever [clap_complete](https://docs.rs/clap_complete/latest/clap_complete/) supports. #### Describe the feature In order to make the CLI easier to use and feel modern, I want...
Hello! 👋 So, I reading https://itnext.io/modern-storage-is-plenty-fast-it-is-the-apis-that-are-bad-6a68319fbc1a and I was wondering how much https://github.com/BurntSushi/ripgrep could benefit from this (no close relation, I'm just a user). I know glommio is still early...
``` $ todoist-to-sqlite sync todoist.db Traceback (most recent call last): File "/Users/pkoch/.local/bin/todoist-to-sqlite", line 8, in sys.exit(cli()) File "/Users/pkoch/.local/pipx/venvs/todoist-to-sqlite/lib/python3.9/site-packages/click/core.py", line 1130, in __call__ return self.main(*args, **kwargs) File "/Users/pkoch/.local/pipx/venvs/todoist-to-sqlite/lib/python3.9/site-packages/click/core.py", line 1055, in...
Error importing plugin "mypy_zope": cannot import name 'SemanticAnalyzerPass2' from 'mypy.semanal'
Tried to update to mypy 0.942, but I started seeing this: ``` mypy.ini:4: error: Error importing plugin "mypy_zope": cannot import name 'SemanticAnalyzerPass2' from 'mypy.semanal' (/home/runner/.cache/pre-commit/repo_fawoait/py_env-python3.8/lib/python3.8/site-packages/mypy/semanal.cpython-38-x86_64-linux-gnu.so) [misc] ``` I do see...