gplanansky
gplanansky
**correction** to **Reproduce by**: wrong: ".. and cut & paste the localhost url into _firefox or chrome._" right: ".. and cut & paste the localhost url into _firefox. Note: chrome...
@jweill-aws , @krassowski Firefox 78.15.0esr cosole error after clearing history and reloading the jupyterlab url: [firefox-78.15.0esr-jupyter-4.4.4-dev-console-errors.txt](https://github.com/jupyterlab/jupyterlab/files/9214954/firefox-78.15.0esr-jupyter-4.4.4-dev-console-errors.txt)
Firefox version 78 is the last supported version for OS X 10.10, per https://support.mozilla.org/en-US/kb/firefox-mac-osx-users-esr . Later versions, when I run them, say so and quit. Updating my o.s is desirable,...
I reinstalled firefox (same version), and removed all extensions. There remain two plugins: "Open H264 Video Codec" automatically installed by Mozilla "WIdevine Content Decryption Module" provided by Google Restarting Firefox,...
It's confusing ... not beneficially simple ... to say the app contains 3 versions of postgres, but Not say how to access them. Cognitively, matching categories (green -> go, yellow...
re the lesson 1 intro "If you have more experience with programming and using git, and Github, you’re going to want to head over to the course’s repo and clone...
The code is now modified to handles both type "click" and type "dblclick" * handling dblclick is optional, controlled by the config parameter: "dblclickEnable" . The default value of false...
correction: it was 6.10.1 not 6.10.2 . 1. npx neo-app@latest --> install 6.10.1, myapp, starts myapp: myapp neo-config.json: no themes line. dev tools console on my app: mime type error...
If the experimental theme is in the list in neo-config.json, e.g. "themes": ["neo-theme-light","neo-theme-neo-light"], the error appears. So absent a neo-config themes line, Neo **is** getting that updated value from DefaultConfig.mjs,...
as of 6.17.2 the theming still does not work correctly ``` vdom: { cn: [{ tag: 'h1', innerHTML : 'Hello World!', }] } ``` 1. with No themes line in...