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
{{ message }}
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.
We have a problem with the lazy loading mechanism. For me the problem is not with the plugin itself but the poor definition of skinny tiddlers. The problem is that we are creating tiddlers without text field (for example when created silently), then the syncadaptor saves it, so far so good. The problem is when it loads the tiddler again (which is done very often) and it does not have a text field, then the syncer takes it as a skinny tiddler, and tries to load it again, but since there is no text field to load we are in an endless loop. It is enough tho provide a text field, even empty.
Regards.
The text was updated successfully, but these errors were encountered:
Hello,
We have a problem with the lazy loading mechanism. For me the problem is not with the plugin itself but the poor definition of skinny tiddlers. The problem is that we are creating tiddlers without text field (for example when created silently), then the syncadaptor saves it, so far so good. The problem is when it loads the tiddler again (which is done very often) and it does not have a text field, then the syncer takes it as a skinny tiddler, and tries to load it again, but since there is no text field to load we are in an endless loop. It is enough tho provide a text field, even empty.
Regards.
The text was updated successfully, but these errors were encountered: