james anderson
james anderson
if the goal is to make this artefact behave better with unicode, then wrt whitespace the class of non-graphic characters does not coincide with that of whitespace characters. https://en.wikipedia.org/wiki/Whitespace_character
> The character encoding should be handled by the reader, e.g. the web client - I'm using Drakma, which works well for me. Wilbur only has to deal with Lisp...
> How do you imagine that? Shall I take over maintenance? you are certainly free to fork it.
send me a mail and i will explain what i know.
i tried npm install --save @types/react which reported + @types/[email protected] but the subsequent build failed further ``` (base) berlintoo:cy-jupyterlab jamesanderson$ npm run build > [email protected] build /Users/jamesanderson/jupyter/cy-jupyterlab > tsc node_modules/@jupyterlab/apputils/node_modules/@types/react/index.d.ts:2314:14...
appears to have been rectified by ``` yarn remove @types/react-dom @types/react yarn add @types/react-dom @types/react ```
in the end, there appears to be a conflict between the library and the lab version ``` "[email protected]" is not compatible with the current JupyterLab Conflicting Dependencies: JupyterLab Extension Package...