improve file extension detection #6

Open
opened 2024-10-05 21:17:33 -05:00 by min · 0 comments
Owner

2 known error cases:

  • files like <name>.tar.gz will just turn into <random name>.gz (fix: whitelist some extensions? less sure on this)
  • <name> will turn into <random name>. (easy fix: stop adding a dot to names of files with blank extensions)
2 known error cases: * files like `<name>.tar.gz` will just turn into `<random name>.gz` (fix: whitelist some extensions? less sure on this) * `<name>` will turn into `<random name>.` (easy fix: stop adding a dot to names of files with blank extensions)
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: min/breeze#6
No description provided.