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
Certain byte are incorrectly replaced to EFBFBD when opening a local binary file in /drive.
(while /drive is referring to Local Files)
(Found by chance in #48)
Reproduce
read a local binary file in /drive.
Expected behavior
do not replace
Context
JupyterLite version: 0.1.0-beta.17
jupyterlab-filesystem-access version: v0.5.3
Browser and its version: Chrome 108.0.5359.124 (Official Build) (x86_64)
Is it because the format of the binary file is text instead of base64 ?
We assume here image, audio and video mimetypes are all and only binary files we'll encounter
oops, i opened the zip file
The text was updated successfully, but these errors were encountered:
Description
Certain byte are incorrectly replaced to EFBFBD when opening a local binary file in /drive.
(while /drive is referring to Local Files)
(Found by chance in #48)
Reproduce
read a local binary file in /drive.
Expected behavior
do not replace
Context
Is it because the format of the binary file is text instead of base64 ?
oops, i opened the zip file
The text was updated successfully, but these errors were encountered: