-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MultipleIntegrationError #126
Comments
@Waidhoferj it used to work with v0.5.5, is it a regression or is it not allowed anymore? |
It seems to be an issue with import y_py as Y
d = Y.YDoc()
a = d.get_array("a")
m = Y.YMap({"foo": "bar"})
d.transact(lambda t: a.append(t, m)) |
This appears to be a regression. If the type you are inserting is preliminary, then it should be integratabtle. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With
y-py
v0.6.0, the following code:errors out with:
See jupyter-server/jupyter_ydoc#146.
The text was updated successfully, but these errors were encountered: