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 quick-fixed the issue by bundling the file command, but that solution isn't ideal. We should discuss either writing our own code or perhaps build a method using libmagic in order to eliminate the dependency on file.
Follow-up for #590.
I quick-fixed the issue by bundling the
filecommand, but that solution isn't ideal. We should discuss either writing our own code or perhaps build a method using libmagic in order to eliminate the dependency onfile.