Jeremy Tuloup

Results 481 issues of Jeremy Tuloup

## References Mechanical update to: - https://github.com/microsoft/playwright/releases/tag/v1.53.0 - https://github.com/microsoft/playwright/releases/tag/v1.53.1 ## Code changes - [x] Playwright update ## User-facing changes None ## Backwards-incompatible changes None

maintenance
tag:Testing

## References Fixes https://github.com/jupyterlab/jupyterlab/issues/3860 Audio and video are taking a more significant part of AI workflows these days, for example for transcribing audio to text with tools like `whisper`. ##...

enhancement
documentation
pkg:docregistry
pkg:ui-components
tag:CSS
Design System CSS

## References Follow-up to https://github.com/jupyterlab/jupyterlab/pull/17563 Noticed in https://github.com/jupyter/notebook/pull/7656 ## Code changes Emit `selectionChanged` on model refresh ## User-facing changes None ## Backwards-incompatible changes None

bug
status:Needs Review
pkg:filebrowser

### Problem As a follow-up to https://github.com/jupyterlab/jupyterlab/pull/16963 Currently extension developers can leverage code suggestions from the TypeScript interfaces: https://github.com/jupyterlab/jupyterlab/blob/1b19a7e7b7c8702c09aba6ba9239143df8bda25f/packages/services/src/kernel/kernel.ts#L344-L399 But it would be great if we could have something more...

documentation

## Current Status This is an issue to track the features for the `4.5.0` release. ## Features & notable enhancements - [ ] https://github.com/jupyterlab/jupyterlab/issues/3860 - [x] https://github.com/jupyterlab/jupyterlab/pull/17408 - [x] https://github.com/jupyterlab/jupyterlab/pull/17445...

enhancement

## References Fixes https://github.com/jupyterlab/jupyterlab/issues/15629 ## Code changes - Manually trigger a `FocusEvent` to make sure the underlying `FocusTracker` keeps its `currentWidget` up-to-date. ## User-facing changes Testing with https://github.com/jupyterlab-contrib/jupyterlab-filesystem-access, which requires...

bug

## References Part of https://github.com/jupyterlab/jupyterlab/issues/16174 Builds on top of https://github.com/jupyterlab/jupyterlab/pull/17271 (to be merged first) TypeScript 5.6 blog post: https://devblogs.microsoft.com/typescript/announcing-typescript-5-6 ## Code changes - [x] Update to `typescript~=5.6.3` - [x] Fix...

documentation
pkg:terminal
pkg:notebook
pkg:codeeditor
maintenance
pkg:console
pkg:filebrowser
pkg:completer
pkg:docregistry
tag:Examples
pkg:inspector
pkg:launcher
pkg:application
pkg:running
pkg:fileeditor
pkg:help
pkg:csvviewer
pkg:imageviewer
pkg:markdownviewer
pkg:rendermime
pkg:tooltip
pkg:services
pkg:apputils
pkg:cells
pkg:codemirror
pkg:coreutils
pkg:themes
pkg:docmanager
pkg:outputarea
pkg:shortcuts
pkg:settingeditor
pkg:vega
pkg:pdf
pkg:mainmenu
pkg:json
pkg:extensionmanager
pkg:attachments
pkg:javascript
pkg:observables
tag:Testing
pkg:statusbar
pkg:ui-components
pkg:htmlviewer
pkg:documentsearch
pkg:hub
pkg:logconsole
pkg:celltags
pkg:property-inspector
pkg:settingregistry
pkg:statedb
pkg:toc
pkg:debugger
pkg:translation
pkg:cell-toolbar
pkg:lsp
pkg:mathjax
pkg:pluginmanager
pkg:mermaid
pkg:metadataform
pkg:workspaces

As a follow-up to #16598, we should add a test for the file browser single-click navigation: A great follow up here would be adding a test because otherwise this feature...

enhancement

As a follow-up to https://github.com/jupyterlab/jupyterlab/pull/17398, we should look into adding back the check for changed files in the `staging` directory. For example using a git command directly, as in https://github.com/jupyterlab/jupyterlab/pull/13625.

help wanted
maintenance

`repo2docker` supports the [`--subdir`](https://repo2docker.readthedocs.io/en/latest/usage.html#cmdoption-jupyter-repo2docker-subdir) option to specify a sub-directory when using the tool from the command line. It would be great to use it for binderhub too! Given the following...