Sigurd Spieckermann

Results 75 issues of Sigurd Spieckermann

[mobx-keystone](https://github.com/xaviergonz/mobx-keystone) - A MobX powered state management solution based on data trees with first-class support for TypeScript, snapshots, patches and much more

# Bug Report ## Description When trying to push some moderately large amount of data (e.g. 1 GB) to a [GitLab generic packages repository](https://docs.gitlab.com/ee/user/packages/generic_packages/) (via the HTTP remote storage type),...

### Description Currently, query parameters with a merged schema via `allOf` are not supported. A merged schema is sometimes useful for extending a base schema with additional constraints, and it's...

With your permission @xaviergonz I'd like to add mobx-keystone's logo as an icon to https://simpleicons.org. It's a large collection of brand icons and, e.g., shields.io uses it for badge icons....

🙏 help welcome

It seems using different compiler settings for MobX 4 and 5/6 isn't necessary. Do you think this is generally valid? At least the test suite passes.

While adding the `stringToBigIntTransform` prop transform, I found it not very intuitive to give the prop the encoded type (e.g. `string`) and then apply a prop transform to get the...

In continuation of #239, I'd like to discuss an idea for generic models with runtime type-checking without using a class factory. In #242, support for truly generic models was added...

🍗 enhancement
🙏 help welcome

I've been thinking how to deal with model versioning. The scenario I'm looking at is saving a snapshot of the current state in local storage, so when the browser is...

❔ question

This is an attempt at making a step forward towards supporting comprehensive runtime type validation. Closes #160. So far, I've implemented support for specifying a (possibly complex) runtime type that...