jupyterlab-contrib / jupyterlab-filesystem-access

[Experimental] Browse local files using the non-standard File System Access API
https://jupyterlab-filesystem-access.readthedocs.io
BSD 3-Clause "New" or "Revised" License
31 stars 6 forks source link

Fix README reading #38

Closed martinRenou closed 2 years ago

martinRenou commented 2 years ago

Fix reading special characters from the README, should fix the Windows build in https://github.com/conda-forge/staged-recipes/pull/19491#pullrequestreview-1024422500

jtpio commented 2 years ago

Good catch, this should hopefully help fix it!

jtpio commented 2 years ago

We could port it to the extension cookiecutter, but it probably will be handled by the switch to hatch soon: https://github.com/jupyterlab/extension-cookiecutter-ts/pull/222