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
We need to check for duplicates before downloading any metadata or files. A simple solution would be to use org-element API but it might be a bit time consuming. It might be faster to build and use a cache.
Check for duplicates
We need to check for duplicates before downloading any metadata or files. A simple solution would be to use
org-elementAPI but it might be a bit time consuming. It might be faster to build and use a cache.