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
Would love to have an API for extended file attributes.
My use case is speeding up code formatting by making it incremental: Save the last time a file was formatted in an extended file attribute, then only re-format files which were modified again after having been formatted (instead of unnecessarily re-formatting all files).
@MarkTiedemann this suggestion did not gained much traction; in an effort to reduce unwieldy number of open issues in the repo I'm going to close this one. I'd still be happy to merge a PR with implementation and tests, but this is not something core team will be working on.
Would love to have an API for extended file attributes.
My use case is speeding up code formatting by making it incremental: Save the last time a file was formatted in an extended file attribute, then only re-format files which were modified again after having been formatted (instead of unnecessarily re-formatting all files).
API would be along the lines of:
Permissions would be set -> write, get -> read.
The text was updated successfully, but these errors were encountered: