-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
Stamps can currently be any vector that can be coerced to a character string via paste, but special characters can cause issues in the file system (e.g. /).
Sanitizing steps - are these right?:
- Should take all not alpha-numeric characters and strip them out (replace with
_?).- or just strip out special characters that mess with the file system?
- Add an error if provided stamp is not a vector of length 1?
- Limit length of stamps?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested