Duc Trung Le

Results 50 issues of Duc Trung Le

## What are you trying to do? Hi @krassowski and @bollwyvl, after our discussion about the server extension package of `jupyterlab-lsp`, we obtained the green light to move `jupyter-lsp` into...

Close #1168

enhancement

## References Add `Playwright` tests to test the outputs of notebook with bugged widgets. ## Code changes - Add a library of bugged widgets to `tests/widget_lib` - Separate notebook rendering...

testing
maintenance

## References Fixes #11435 ## Code changes - Add a new signal `displayModelRequested` in `CodeCellModel`, this signal is emitted when a `display_data` message is processed. - Attach a trust button...

enhancement
pkg:notebook
tag:Real Time Collaboration
pkg:cells
tag:CSS
Design System CSS

## References Follow-up of https://github.com/jupyterlab/jupyterlab/pull/12534 - [x] Option to enable/disable LSP service - [x] Notebook adapter memory leak issue - [x] Documentation for language servers installation and configuration. - [x]...

enhancement
documentation
pkg:notebook
pkg:fileeditor
pkg:lsp

Sync with TypeScript version in JupyterLab https://github.com/jupyterlab/jupyterlab/pull/12683

### Problem For now, `LSP` support for `JupyterLab` is provided by [`jupyterlab-lsp`](https://github.com/jupyter-lsp/jupyterlab-lsp) extension. While this monorepo offers a complete package with a lot of features, it's not easy for `JupyterLab`...

enhancement

Reproduce: - Create a dashboard with multiple sections - Drag the sections to create different section-tabset - Save then reload the template.

bug
UI

## Description The mime type of the model of code editor (`CodeEditor.IModel.mimeType`) is defined as `string` but can also be an array of strings. ## Reproduce - Log the output...

bug