Sigurd Spieckermann
Sigurd Spieckermann
The field `multiple` could also be named `many` instead, inspired by [`marshmallow`'s attribute for declaring collections](https://marshmallow.readthedocs.io/en/stable/quickstart.html#handling-collections-of-objects).
I'd also like to run a dev server while watching for changes to rebuild some other dependencies that the dev server doesn't watch itself. +1 for waiting for a graceful...
The suggested change leads to a backwards incompatibility and (I think) inconsistency though: ```ts function f(v: unknown) { if (Array.isArray(v)) { // BEFORE: // `v` is `any[]` // // AFTER:...
This issue is a major blocker for us because it makes DVC useless for managing data in private data registries. See #8544. This issue has had almost no activity since...
To elaborate the blocker regarding private data registries a bit: In the DVC documentation on `dvc import` about [chained imports](https://dvc.org/doc/command-reference/import#example-chained-imports), it says at the very end: > The [default DVC...
See #326 for the latest API related to versioning.
Thanks! :slightly_smiling_face: I share your concern about needing to specify prop types twice now, although they are not identical. To clarify the difference between (a) the runtime type provided via...
I've completed a draft of how I think runtime type validation could be integrated into mobx-keystone. @xaviergonz What do you think?
@xaviergonz I know this PR is quite large and I'm not sure whether I've convinced you of the benefits I see in this feature yet. But I'm curious what you...
@xaviergonz Any chance you could check this PR and give feedback? I think it's such a great feature. 🙂