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
In #16 I mentioned that it was a bit dis-orienting to see multiple versions of the same notebook in the cache list. This is an issue to discuss how that should be handled.
One option would be to include some kind of "Origin URI" value, to make it clear that the cache entries are pointing to the same file.
I'd actually lean towards trying to find a way to only show a single entry for a given notebook with the default list. It seems that the use-case where somebody wants to list the historical cache records of a notebook to grab one from history from the CLI would be relatively rare. To avoid this confusion, perhaps jcache cache list could have a flag like --include-history that would include historical cached items, and if not given, the cache would only show the latest version of each item.
The text was updated successfully, but these errors were encountered:
In #16 I mentioned that it was a bit dis-orienting to see multiple versions of the same notebook in the cache list. This is an issue to discuss how that should be handled.
One option would be to include some kind of "Origin URI" value, to make it clear that the cache entries are pointing to the same file.
I'd actually lean towards trying to find a way to only show a single entry for a given notebook with the default
list
. It seems that the use-case where somebody wants to list the historical cache records of a notebook to grab one from history from the CLI would be relatively rare. To avoid this confusion, perhapsjcache cache list
could have a flag like--include-history
that would include historical cached items, and if not given, the cache would only show the latest version of each item.The text was updated successfully, but these errors were encountered: