Itay Dafna

Results 33 issues of Itay Dafna

`dash-daq` is an additional package published by Plotly which provides various control widgets. It should be possible to compile it to WASM and support in WebDash.

This is a tough one because the tech stack here is dense, but we should probably think about a good way to test WebDash and deploy that to a CI.

WebDash currently uses a global window variable `window.dashApp` to refer to and read the Dash app's Python code. The variable is set as a string inside a `.ts` file: https://github.com/ibdafna/webdash/blob/985798820bd65fcc776de9a23e768d59ef279d40/src/dash_app/cross_filtering_app.ts#L2...

Plotly saves on memory by lazy-loading dependencies its apps require. These generally tend to come from the `dash-core-components` distribution, and are retrieved using GET requests which Flask serves. WebDash currently...

enhancement

Signed-off-by: Itay Dafna

## Description File browser items in `focus` state draw a rectangle around the `itemText` node, which disappears when hovering on any menu ## Reproduce Select any item in the file...

bug
tag:Design and UX
tag:Accessibility
status:Needs Design

In a collaborative session, when user A inserts a new markdown cell, types some content in it and "executes" it so it renders, it only renders for user A, but...

bug

In a collaborative session with two users or more, when a user executes a code cell which, based on some interval, appends stdout content to the cell output area, the...

bug

Creating a new notebook, which defaults to `untitled.ipynb`, and hitting Command(Ctrl) + S to save it **for the first time** pops up a rename dialog. Renaming that notebook to anything...

bug

See attached gif ![rtc-ctrl-s](https://github.com/jupyterlab/jupyter-collaboration/assets/24281433/11b86641-ca52-4aa1-b21b-1cbdd4b35063)

bug