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
however save() does not support require_hash and frontend needs to update the hash after each save leading to rather inelegant and resource-wasting frontend implementation:
Problem
Contents manager
get()
method now supportsrequire_hash
option and returns hash if queried withrequire_hash=True
:jupyter_server/jupyter_server/services/contents/filemanager.py
Line 412 in 74655ce
however
save()
does not supportrequire_hash
and frontend needs to update the hash after each save leading to rather inelegant and resource-wasting frontend implementation:Proposed Solution
Support
require_hash
insave()
method of the contents manager (and expose it via REST API).Additional context
This is the case since:
The text was updated successfully, but these errors were encountered: