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
I think currently if you have a setup with a large number of universes, the library will throw an error. The library's limit is possibly 16 based on this, the spec allows up to a theoretical maximum of 32,768 universes (though the practical limit is lower).
It's somewhat an edge case, but would be great if this limit could either be configurable, or could be adjusted to accept an arbitrary number of universes. I'm happy to put in a pull request if you have a preferred approach.
The text was updated successfully, but these errors were encountered:
I think currently if you have a setup with a large number of universes, the library will throw an error. The library's limit is possibly 16 based on this, the spec allows up to a theoretical maximum of 32,768 universes (though the practical limit is lower).
It's somewhat an edge case, but would be great if this limit could either be configurable, or could be adjusted to accept an arbitrary number of universes. I'm happy to put in a pull request if you have a preferred approach.
The text was updated successfully, but these errors were encountered: