Edward Slavich

Results 29 issues of Edward Slavich

See discussions: https://github.com/astropy/astropy/pull/11091 https://github.com/pypa/pip/issues/7413

The validation error is an unhelpful wall of text when a property fails validation in a complex schema. There ought to be something we can do to narrow the output...

It might be wise to confirm that compressed arrays written by older versions of this library can still be read as we make changes to the compression code. I did...

Currently we indicate which compression label can't be found: https://github.com/asdf-format/asdf/blob/ba09e57d9344206016127d1a86d3319a2df9f2ec/asdf/compression.py#L50 but since the metadata in the tree includes the python package and version, we could do better and suggest a...

Currently when we read a file that is valid YAML but hard to represent in Python, the user sees the following cryptic pyyaml error: ``` ConstructorError: while constructing a mapping...

The [ndarray-1.0.0](https://github.com/asdf-format/asdf-standard/blob/master/schemas/stsci.edu/asdf/core/ndarray-1.0.0.yaml#L55) schema includes the following example: ```yaml - An inline structured array, where the types of each column are automatically detected - | !core/ndarray-1.0.0 [[M110, 110, 205, And], [...

The [ndarray-1.0.0](https://github.com/asdf-format/asdf-standard/blob/master/schemas/stsci.edu/asdf/core/ndarray-1.0.0.yaml#L55) schema includes the following example: ```yaml - An inline structured array, where the types of each column are automatically detected - | !core/ndarray-1.0.0 [[M110, 110, 205, And], [...

We've included a vendorized copy of RangeHTTPServer for testing with an http server, but it seems like there must be a more standard tool we can use for that purpose....

Per #759 we could use some additional instructions on how to update the submodule when pulling in new commits in the parent repo -- currently we only have advice on...

It looks to me like `$ref` values were intended to be URIs or URI fragments, and it's only a quirk of the load_schema function in this library that tag values...