Çağtay Fabry
Çağtay Fabry
I ran into the following problem today when working with `Converter`s that support multiple tags (or more specifically multiple versions of the same tag) Say I have the following Converter:...
What is the correct way to register custom validators now with the new extension API? The documentation only mentions this in the deprecated old API section. https://asdf.readthedocs.io/en/latest/asdf/extending/legacy.html#adding-custom-validators
In the legacy API the complete `AsdfFile` context was accessible in the `to_tree(cls, node, ctx: AsdfFile)` classmethods This allowed to control the array storage mode (e.g. `"inline"`) for individual numpy...
Is there a way to store any other types besides `ndarray` as a block in an ASDF file? I am looking for a simple way to serialize (and tag) `bytes`,...
I was wondering what the plans are for supporting new jsonschema specifications in the future. Currently the asdf-standard is described as implementing the "JSON Schema Draft 4" specification. The asdf...
What is the recommended approach to adding validation on properties that are only defined as `$ref` ? To give an example: Let's say I have a property that is supposed...
In the light of discussions around version 2.0 of the asdf-standard (and the version bump of all schemas) I would be interested to hear some opinions about extending the supported...
Since using `tag` seems the way to go (#268) I was thinking about ways to be more flexible with tag versioning inside ASDF schema definitions. Currently an exact match of...
Thank you everyone who contributed to the recent `1.0.0` release! 🚀 In addition to the usual git tags for each release I think users could benefit from using the GitHub...
I am trying to send an `AdsSyncWriteReqEx` command without any data using `pyads` The equivalent C API command I am trying to send is using a `nullptr` as data (with...