Talley Lambert
Talley Lambert
Nope not yet. Discussion happening [here](https://github.com/napari/magicgui/issues/145#issuecomment-777767072)
Yes it works, but it means that you need to know ahead of time the literal string of every type name you're ever going to encounter, even if you don't...
working on this in #358 instead
going to merge this so that we can play with it in https://github.com/pymmcore-plus/pymmcore-widgets/pull/293
yeah, it's all tied up together in there :) that PR is shaping up... the biggest issue I'm struggling with at the moment is whether or not to change the...
this should be superceded now by #358
an example of how some of this stuff would be declared can be seen in: https://github.com/pymmcore-plus/pymmcore-plus/pull/351/files#diff-f133fe0432d4cb05d6966987e8c9e99f8dceaae8fb94a19b3d6810a19507e34a
> There wouldn't be a core.mda.engine.set_image_metadata_format then? Yes that would be there too. There would be format for the summary metadata, and a (different) format for each frame metadata
Ok, lots of work went into #358, which formalizes the schema. Many thanks to @marktsuchida for all the helpful input. In the end: I'm not using `msgspec.Struct` by default, but...
superceded by #407