You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to handle non-JSON outputs a bit better, in a few ways:
Client-side support for specific media types - e.g. it will turn a dictionary with a mimetype and href into a Blob, and if the mimetype matches image/jpeg it might provide a subclass with methods to create an Image object.
Consider minimising the need for BaseModel wrappers, instead use annotated types as we do for NArray
Make it possible to return Blob types from properties (would need some logic around expiry)
Managing calibration reports that must be retained for traceability
The text was updated successfully, but these errors were encountered:
It would be great to handle non-JSON outputs a bit better, in a few ways:
Blob
, and if the mimetype matchesimage/jpeg
it might provide a subclass with methods to create anImage
object.BaseModel
wrappers, instead use annotated types as we do forNArray
The text was updated successfully, but these errors were encountered: