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
After further thought, this could be a poor architectural decision as it prevents us from paginating in a deterministic way. It would require that we sort the dict; sorted(papers, lambda x: ...).
The advantage would be, if the key (paper id or comment id) changes, only a singly entry and its direct relationships are affected (namely a paper and its comments), This risk can be mitigated by having a policy where no paper is deleted, only flagged as disabled (enabled=False).
No description provided.
The text was updated successfully, but these errors were encountered: