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
Path is a trivial wrapper around str. I guess generally think of a good way to allow adhoc mapping of simple types.
Perhaps current Exception makes sense.
The text was updated successfully, but these errors were encountered:
Wouldn't be interesting to hash & compare the actual file it refers to see if it has changed, to invalidate the cache?
That way, promensia indexcould benefit if nothing has changed on disk.
Another example (which Promnesia already benefits from) is caching org-mode files -- it makes incremental indexing pretty instantaneous on my computer, at least
Path is a trivial wrapper around str. I guess generally think of a good way to allow adhoc mapping of simple types.
Perhaps current Exception makes sense.
The text was updated successfully, but these errors were encountered: