Tao Hansen
Tao Hansen
In my `default.nix` I have: ``` let mach-nix = import (builtins.fetchGit { url = "https://github.com/DavHau/mach-nix"; ref = "refs/heads/conda-beta"; }) { python = "python37"; }; in mach-nix.mkPython { requirements = ''...
This includes `setuptools` when building `django-cockroachdb` and `psycopg2-binary`.
I installed the OpenShift Connector today. If I navigate to the OpenShift extension icon, then Add OpenShift Cluster, then Start your OpenShift experience, I receive a "Detecting Authentication Session" message...
I checked the CRD for `CivoKubernetes` and it doesn't appear networks other than `default` are supported (along with Kubernetes [version](https://github.com/crossplane-contrib/provider-civo/issues/22), which I'd really like to see, thanks for making that...
### Describe the bug Given `reply = response["choices"][0]["message"]["content"]`, Pyright throws linting errors: ``` chatbot.py 49 27 error reportGeneralTypeIssues "__getitem__" method not defined on type "Generator[Unknown | list[Unknown] | dict[Unknown, Unknown],...
### Describe the bug AppImages built today won't run by default on the latest Ubuntu because of dropped support for `libfuse2`. ### Reproduction Install Ubuntu 23.04 then download and launch...
The Windows Package Manager now supports portable/standalone binaries as of 1.3 and `scoop` is a very popular package manager on Windows used for installing everything from `kubectl` to the AWS...
This is when running either master branch or next. I made a little screencast to show it in action. It's a little blurry but I think it should be clear...
It isn't clear from the README. I installed `wslgit` using `scoop install wslgit`. I could have also fetched the release binary from GitHub and put it in my Windows PATH...
Docker Compose recently introduced support for `watch` in version 2.22. With `podman-compose` we can use bind mounts but `watch` is [more powerful and flexible](https://docs.docker.com/compose/file-watch/#compose-watch-versus-bind-mounts).