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
Clearly seems like the file MIME headers are not being properly set. Still.. it's interesting how file still detects it as a tar archive even if the extension is removed.
Seems like file still tries to parse the file regardless if the MIME headers are found or not... I think I'll change bin to do a similar approach instead of just relying on MIME headers.
👋 filetype happy user here! Today someone opened an issue in my
bin
project (marcosnils/bin#140) which led me here.Filetype
is not being able to detect thetar
archive inside thisgzipped
file here https://github.com/sass/dart-sass/releases/download/1.52.3/dart-sass-1.52.3-linux-x64.tar.gz. However, tar -xf works and runningfile <dart-sass-1.52.3-linux-x64.tar>
correctly detects the filetype.Clearly seems like the file MIME headers are not being properly set. Still.. it's interesting how
file
still detects it as atar
archive even if the extension is removed.Any pointers here?
The text was updated successfully, but these errors were encountered: