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
Background: The Large Type action works with strings and text files.
If a file object is created using sniffString on something like /Users/Shared, it retains its string value under QSTextType. Because it has text, it passes the restrictions of the Large Type action, but the action assumes any file passed to it must have been a text file and attempts to read its contents.
Possible solutions:
Make ‘sniffString` set up files to look like they do everywhere else (with no text data).
Make Large Type a bit smarter about when to read a file’s contents.
We should probably do both.
The text was updated successfully, but these errors were encountered:
Background: The Large Type action works with strings and text files.
If a file object is created using
sniffString
on something like/Users/Shared
, it retains its string value underQSTextType
. Because it has text, it passes the restrictions of the Large Type action, but the action assumes any file passed to it must have been a text file and attempts to read its contents.Possible solutions:
We should probably do both.
The text was updated successfully, but these errors were encountered: