Jonathan Boudreau
Jonathan Boudreau
- switch from ptpython to bpython - automatically detect poetry's virtualenv.
Images that get pushed should also have their readmes updated. Looks like this can be done as part of the registry API.
Should add [vader](https://github.com/junegunn/vader.vim) tests to ensure the autocompletion and such is always working. This will require some major changes to the testing stuff. Every image should have a test directory...
Since we have an OpenAPI spec provided by fastapi, it would be nice to use it for more than just documentation purposes. There are several code generators out there, maybe...
I love the idea behind this project. Its such a pain normally to make everything in your terminal match a single theme. While Powerline isn't usable from Neovim, I still...
### Checklist - [x] The bug is reproducible against the latest release and/or `master`. - [x] There are no similar issues or pull requests to fix it yet. ### Describe...
Steps to reproduce: 1. Use vcrpy with async httpx along with chunked http. E.g.: ```python with vcr.use_cassette("sample.yml"): async with client.stream( "POST", "/sample-path" }, ) as response: async for chunk in...
**What happened**: I tried to run `create cluster` on podman: ``` export KIND_EXPERIMENTAL_PROVIDER=podman kind create cluster ``` It fails to initialize the cluster: ``` couldn't initialize a Kubernetes cluster k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/init.runWaitControlPlanePhase...
I'm using Neovim from a docker container and emojis aren't showing in my omnicomplete dropdown. Looked at the code and it seems like the autodetection doesn't handle linux. https://github.com/rhysd/github-complete.vim/blob/master/autoload/github_complete/emoji/data.vim#L898 I...
Certain programs can call your python program without a stdin. For example when you use `docker run` without the `-i` option you can get the following exception when calling a...