Glenn Searby

Results 3 issues of Glenn Searby

Using NixOps 1.7 from the Nixos 21.11 channel, I get the following error when I try to create a DigitalOcean droplet: > digitalocean.DataReadError: You specified an invalid image for Droplet...

My aim is to create a `Protocol` which could match either a dataclass (ideally a frozen dataclass) or a Django model (I only really care about the getter). Does this...

bug
upstream mypy

If you run the following in a fresh clone of xocto, it will break: ``` python 3 -m venv ../venv-xocto . ../venv-xocto/bin/activate make install make test ``` Two reasons for...