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
Right now we send URLs that represent output data, as a promise to render it when requested. However if the graph changes inbetween invalidation and request, the URL will give different results.
The url should contain a graph uuid and a revision, however then we need a way to get other versions of graph efficiently. Proposed solution is to use the currently unimplemented GEGL journal for this.
The text was updated successfully, but these errors were encountered:
Right now we send URLs that represent output data, as a promise to render it when requested. However if the graph changes inbetween invalidation and request, the URL will give different results.
The url should contain a graph uuid and a revision, however then we need a way to get other versions of graph efficiently. Proposed solution is to use the currently unimplemented GEGL journal for this.
The text was updated successfully, but these errors were encountered: