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
file.read currently requires the file to be valid utf8.
unfortunately kcl lacks a bytes type, but it does have base64.
would be nice if there was a file.readbase64 so we can include arbitrary binary files