Charles Ulrich
Charles Ulrich
I saw this in the Ubuntu 22.04 container. It seems to happen when you don't have the `python3-pip` package (and its gazillion dependencies) installed. Rather than removing `python3` and all...
Ran into this as well. Removing the call to `six.b()` fixed it, but kept tripping over further conversion/encoding errors.
I often work with multiple versions of products in different environments, it would be very nice to be able to install multiple versions of the docs as well.
I'm hitting the same thing: ``` ansible 2.10.8 config file = None configured module search path = ['/home/eil/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /home/eil/.local/pipx/venvs/ansible/lib/python3.8/site-packages/ansible executable location = /home/eil/.local/bin/ansible python...
I agree with everything @schlamar has said. I'm running into this because I installed `ansible` via pipx which has optional dependencies for certain Ansible modules. In particular, I also need...
> As far as I can see the base_url handing is totally broken. I had the same experience, first discovered when visiting `/validate` in a new container. Other configuration settings...
I built Zed in a Debian 12 VM following the directions in the docs/wiki and in my case, it crashes on launch: ``` Thread "" panicked with "Could not start...
I was testing out the secrets functionality using docker compose version 2.14.1 today and was surprised to learn that they don't work the way the docs say they should. ```...
For whatever it's worth, I had a test instance of invidious running on `localhost:3000` so I entered `localhost` as a 3rd-party client and everything worked just fine.
I understand that the maintainers of this repo want to be cautious about adding quality software to the awesome list, and promise not to argue against a decision not to...