Matt Rixman
Matt Rixman
Thanks for your work on kind, it's very helpful. --- I mistyped a command: `kind clusters get`. That's not how the CLI works. It should have been `kind get clusters`....
Hello, thank you for maintaining this library. I'm new to nim, maybe I'm overlooking something, maybe it's a bug. It feels like a bug. Here's a session: ``` $ git...
Perhaps this should have been obvious, but you can tell the vscode flake8 plugin to call pflake8 by placing this in `.vscode/settings.json` (presuming that poetry creates venv's called `.venv` in...
Hi, I noticed [this](https://github.com/prosegrinder/python-cmudict/issues/32) which makes me think that new versions of `cmudict` have broken `pronouncing`. I noticed that my problems go away if I explicitly install cmudict like: ```Dockerfile...
I see that nvm checks nodejs versions against a copy of SHASUMS256.txt which [it downloads](https://github.com/nvm-sh/nvm/blob/master/nvm.sh#L1703) from the same mirror that it downloads nodejs. This verification is not without value as-is,...
## I'm submitting a… [x] Bug [ ] Feature Request [ ] Documentation Request [ ] Other (Please describe in detail) ## Current Behavior get_tree is providing malformed JSON (missing...
- [x] I've checked [docs](https://rich.readthedocs.io/en/latest/introduction.html) and [closed issues](https://github.com/Textualize/rich/issues?q=is%3Aissue+is%3Aclosed) for possible solutions. - [ ] I can't find my issue in the [FAQ](https://github.com/Textualize/rich/blob/master/FAQ.md). (I found it, but there's more to it)...
This repo showed up on my radar because I am working on [a change ](https://github.com/NixOS/nixpkgs/pull/251418)to how pre-commit is packaged in nixpkgs. Initially I thought that this repo might shed some...
### Describe the bug When working on a module which has subcommands in separate files, running `use {modulename}` does not update the subcommands. Instead, whichever subcommand was initially `use`d will...
### Apache Airflow version 2.2.2 (latest released) ### Operating System debian buster (docker) ### Versions of Apache Airflow Providers n/a ### Deployment Astronomer ### Deployment details This dag: ```python3 def...