Tobias Domhan
Tobias Domhan
I had the same issue and switched to the master branch in `Cargo.toml`: `dynomite = { git = "https://github.com/softprops/dynomite.git" }`
Thanks Michael! I approved #1051.
Thanks for reporting your workaround and likely related pytorch issues!
Ah nice! Would be great to have the ability to move things. Does the PR allow moves anywhere within the document?
Nice! thanks for the update. Looking forward to that feature.
I have the same problem unfortunately.
Looks like the `id` is correctly set, but the UI doesn't realize until after a reindex.
Digging around more on this problem it looks like the uuid is preserved correctly while the `db/id` is not preseved. This means all existing blocks that have mention the cut...
Before the cut+paste: After the cut+paste (missing reference to the main block that is cut/pasted): Note: the uuids are fine, but the path-refs of the block that points to the...
The child of the cut+pasted block now has path-refs to both the old and the new :db/id. I guess that is why the reference is still shown (and the wrong...