Graham Miln
Graham Miln
OS X 10.8.2 does not include the python modules `iso8601` and `sqlalchemy` by default. Consider adding checks for third party modules. ``` $ ./glacier.py vault list Traceback (most recent call...
I am looking for help maintaining DrawKit. - If you have modifications or changes you want merged in... - You use DrawKit for your projects and want to help safe-guard...
Change HTTP method from PUT to GET to allow a pull only registry to be tested. PUT requests should not be used during pull testing. Signed-off-by: Graham Miln
Change HTTP method from GET to HEAD to match test's description. Signed-off-by: Graham Miln
Support encoding of general interfaces slices,`[]interface{}`, and slices of constrained interfaces.
If the domain parameter to Register or RegisterProxy is left empty, a default value of `local.` is used. The default was applied after derived values are cached and thus the...
If a value implementing the [`Marshaler`](https://pkg.go.dev/howett.net/plist#Marshaler) interface returns a `nil` replacement value, the resulting encoding is malformed. The value's key is encoded but the value is silently skipped: ``` C...