Carsten Allefeld
Carsten Allefeld
Why I care: https://github.com/jupyterlab/jupyterlab/issues/7873 I believe `vdom` has the potential to fill a *big* usability gap in JupyterLab, namely to > allow users to create interactive HTML-based displays with relatively...
@gnestor, thanks for the explanation! The reason I posted is that I'm working on a Python object inspector (see jupyterlab/jupyterlab#7873), represented as nested unordered lists, and I need to create...
@rmorshea, thanks for suggesting `idom`, it indeed looks like it has exactly the functionality I want. What lets me hesitate is the need to create mini-webservers. That makes sense if...
> apply the minimum number of DOM operations to get the DOM to reflect your new Python variable state Alright, that's the part I didn't realize. Thanks again!
Hm, alright. After searching specifically for `fontspec`, I found the following sentence at the end of the introductory paragraph of "4 Unicode maths font setup": > Other fontspec features are...
Completely agree. Autocomplete keeps getting in the way, no matter how I configure it. Example: I write CSS, `property:` and hit Tab to get aligned property values. Instead I get...
There is also isomorphic: https://github.com/isomorphic-git/isomorphic-git
I have the same problem with the NVIDIA 418.181.07 driving GeForce GTX 1060 under Debian 10.8, Snap 2.48.2.1. There is another issue #68 which says that system OpenGL drivers are...
@rpagliuca's answer helped me fix my problem, though the error message was different, a pop-up with the text > Failed to initialize video. Your GPU may not be supported, or...