Jason Weill
Jason Weill
Triage notes: #16379 is another issue with `yarn install`. A commenter on this other issue found that upgrading `yarn` to version 4 worked as expected. What `yarn` version are you...
@shaoyucheng Thanks for your update! The "exit code 132" error, from a web search, suggests a problem inside Docker, not in the JupyterLab code. I searched the web for that...
Could we wrap the `onResize` method in a debouncer, so that it doesn't get called, say, every 16 ms (1/60 of a second, one frame at 60 fps)?
On an M1 Pro Mac, I see latency in Chrome and Firefox when browsing the `node_modules` directory, but not multi-second delays. Can take a look.
@mbektas Is there a way to escape spaces (`First\ Last`) or put a path in quotes (`"C:/Users/First Last/…/conda.exe"`) to handle this situation?
I'm not sure whether an extension exists for this functionality already, but this seems like a reasonable request for a new configuration option.
I'd recommend starting with JupyterLab's official "develop extensions" docs: https://jupyterlab.readthedocs.io/en/stable/extension/extension_dev.html . I'm not aware of other extensions that affect cell output display.
Triage notes: If there is a commitment to move jupyter-archive's functionality into JupyterLab, or to add a feature to start multiple file/folder downloads from the JupyterLab file browser, we would...
@stefansimik Thank you for opening this issue and adding a reference to the Discourse thread! What keyboard layout are you using (US, UK, German, etc)?
Triage notes: This bug will probably need work on more packages than just JupyterLab, but it looks like `nohup` may be the culprit. Keeping this open just in case any...