clayg
clayg
I'm just poking at this - came to it through a reference on https://github.com/MagicStack/uvloop/issues/1#issuecomment-157537973 Would you be interested in adding support to the project for more calls from the os...
We use the *amazing* `sg_ses` command line tools to get information from various `Element Types` like `Array device slot` and `Device slot` and slurp out interesting (to us) attributes like...
### Summary When trying to write a new connection plugin I failed to fully implement the abstract base class interface, but instead of an error telling me to code harder...
The errors property on models.base should check for _errors first, and if not exists call .is_valid for you I can: x = MyModel.objects.create() x.errors # == [] but not: x...
This may actually be a feature request. But, I had inferred from the documentation of Ohm that append and pop operations on a ListField would be immediately persisted and atomic...
Gophercloud appears to partially work with Rackspace's OpenStack public cloud and has been used with some success via terraform [1]. One of the "known issues" relates to the network api...
When I discovered I could put "aws_s3_host: 192.168.56.101" in my .s3conf/s3config.yml and point s3cmd and s3sync at my Openstack Swift[1] dev machine (which is running swift3[2]) - I was pretty...
mostly bind does the right thing if you set AF_INET6 as the family type - maybe try that as a fallback? ``` diff --git a/pystatsd/server.py b/pystatsd/server.py index 40118c8..0bb9f9a 100644 ---...
## Diagnostic Data - Python version (& distribution if applicable, e.g., Anaconda): ``` (.venv) clayg@ThinkStation:~/Workspace/vagrant-swift-all-in-one$ python --version Python 3.12.3 ```` - Type of virtual environment used (e.g., conda, venv, virtualenv,...
After digging through the source for a while and trying to see if httptools might meet my needs I decided it was time to add a test case to `tests/test_parser.py`...