Jeremy Tuloup

Results 481 issues of Jeremy Tuloup

In https://github.com/jupyter/notebook/pull/7423 we tried to make the file browser default column width stable. But it looks like they are not by default, as reloading the page several times in a...

bug
component:File Browser

In addition to this test, maybe it could be interesting to add a UI test to mimic real user interactions: https://github.com/jupyter/notebook/tree/main/ui-tests But we can track that in a separate issue...

tag:Testing

Is there any design decision for not having the ability to rename `Console` and `Terminal` sessions? I realized it comes up quite instinctively when organizing different types of tasks on...

enhancement
pkg:terminal
pkg:console

## References Fixes https://github.com/jupyterlab/jupyterlab/issues/14623 ## Code changes Move the handling of the file browser settings to a separate plugin, so it's easier to change the settings and not have them...

bug
pkg:filebrowser
tag:Examples
tag:Testing

The `check-links` check has been failing on CI for the past few days with the following error: ![image](https://github.com/user-attachments/assets/80e6cfeb-6c15-448f-8ab6-72a82d3d287c) ``` FFFFF [ 80%] =================================== FAILURES =================================== _ /home/runner/work/jupyterlab/jupyterlab/docs/source/user/extensions.rst: https://pypi.org/search/?c=Framework+%3A%3A+Jupyter+%3A%3A+JupyterLab+%3A%3A+4 _ https://pypi.org/search/?c=Framework+%3A%3A+Jupyter+%3A%3A+JupyterLab+%3A%3A+4:...

maintenance

## References Fixes #15329 Replaces https://github.com/jupyterlab/jupyterlab/pull/16556 Replaces https://github.com/jupyterlab/jupyterlab/pull/16783 Closes https://github.com/jupyterlab/jupyterlab/pull/16141 Depends on https://github.com/jupyterlab/jupyterlab/pull/16804 More references: - Based on https://github.com/jupyterlab/lumino/pull/703 - Inspired by https://github.com/jupyterlab/jupyterlab/pull/13558 - Alternative to #16744 - Follows a...

enhancement
documentation
pkg:application
pkg:services
tag:Testing

## Description The galata snapshot workflow seems to often update snapshots that shouldn't be updated. For example `galata/test/documentation/general.test.ts-snapshots/command-palette-documentation-linux.png`: ![image](https://github.com/user-attachments/assets/49c50bca-2b51-45ab-a408-4fa0ace094ae) This leads to some maintenance burden, as a maintainer then needs...

bug
status:Needs Triage

As noticed in https://github.com/jupyterlab/jupyterlab/issues/16857, we are now hitting a project size limit issue when publishing releases to PyPI: ``` ERROR HTTPError: 400 Bad Request from https://upload.pypi.org/legacy/ Project size too large....

maintenance

## References Fixes https://github.com/jupyterlab/jupyterlab/issues/11547 As discussed in https://github.com/jupyterlab/jupyterlab/issues/11547, this status bar item is probably not very useful in practice. And hiding it by default would leave more space for other...

enhancement
pkg:apputils

Running JupyterLab in `dev-mode` and making changes triggers a new build automatically, and logs the following message: ![image](https://github.com/user-attachments/assets/11e19dad-a249-4083-a79c-101982576829) ``` (node:191731) [DEP_WEBPACK_WATCHER_FILE_TIME_INFO_ENTRIES] DeprecationWarning: Watcher.getFileTimeInfoEntries is deprecated in favor of Watcher.getInfo since...

maintenance