Rob Levy
Rob Levy
I'm interested in contributing to this repo, but I can't work out your development setup. There's a `tox.ini` file, but that wants a `setup.py` file to run. There _used_ to...
When I run: ``` docker build --rm --build-arg AIRFLOW_DEPS="gcp" -t puckel/docker-airflow . ``` I get: ``` ERROR: google-cloud-bigtable 0.33.0 has requirement grpc-google-iam-v1=0.11.4, but you'll have grpc-google-iam-v1 0.12.3 which is incompatible....
I'm using [coc-python](https://github.com/neoclide/coc-python) for Python IDE-like features. If I define a [dataclass](https://docs.python.org/3/library/dataclasses.html) I would expect the signature pop-up to show me which fields an instance of this class expects. Instead...
Is there any help anywhere with creating a `devcontainer.json` file? I started following [this](https://code.visualstudio.com/docs/remote/devcontainerjson-reference) but it's a bit hectic. I was just trying to connect to a running service in...
## 💡 Feature Description I want to pull a remote branch which I've never had in my local repo. I can fetch per-branch but to fetch every remote branch I...
I'm using `pangloss/vim-javascript` as my highlighting dependency. I've read the `README.md`. When I'm writing JSX and have ES6-style backticks and `${}` in my code, the highlighting breaks from there until...