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 Apr 3, 2020. It is now read-only.
We should memoize already downloaded objects.
For example, the following snippet should execute only one request to the API:
Also, the following snippet should require project 123 only once:
We already do it on an object (calling
task.project
twice on the same object only trigger one API call), we should do it globally.Objects could thus be shared, this would be great in the end:
The text was updated successfully, but these errors were encountered: