improve file extension detection #6

Closed
opened 2024-10-05 21:17:33 -05:00 by min · 1 comment
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)
Author
Owner

fixed in v0.2.6 and v0.2.8

fixed in v0.2.6 and v0.2.8
min closed this issue 2025-01-12 20:05:20 -06:00
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.