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
I notice the unix and windows mime code is rather skeletal and incomplete. I want to suggest you simply port the mimemagic gem from Ruby to save time. It is very comprehensive in its coverage of mime types, has a byte-stream recognizer, and does filename extension recognition as well. In my Ruby code I have come to rely upon it and it has helped a lot.
Cheers,
G. Gibson
The text was updated successfully, but these errors were encountered:
mistergibson
changed the title
Suggestion: port gem mimemagic from Ruby for significant MIME type coverage
Suggestion: port gem mimemagic from Ruby for significant (and fully platform agnostic) MIME type coverage
Jun 29, 2019
I notice the unix and windows mime code is rather skeletal and incomplete. I want to suggest you simply port the mimemagic gem from Ruby to save time. It is very comprehensive in its coverage of mime types, has a byte-stream recognizer, and does filename extension recognition as well. In my Ruby code I have come to rely upon it and it has helped a lot.
Cheers,
G. Gibson
The text was updated successfully, but these errors were encountered: