-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Is your feature request related to a problem? Please describe.
I am unable to create a zip file with per-file comments like I can with the Go implementation:
https://pkg.go.dev/archive/zip#FileHeader
Describe the solution you'd like
In the header of each file, I would like to be able to set_comment().
Describe alternatives you've considered
Claude.ai says:
You might be able to work around this limitation by:
Using extra data fields - The FileOptions has an add_extra_data() method that allows you to add custom metadata, though this isn't the standard comment field.
but that doesn't seem like the right solution.
Additional context
Add any other context or screenshots about the feature request here.
Its-Just-Nans
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request