Jeremy Tuloup

Results 481 issues of Jeremy Tuloup

Running the "Publish Release" workflow for `1.0.0` published the packages to npm: ![image](https://github.com/jupyterlab-contrib/jupyterlab-topbar/assets/591645/39e8676c-cb64-4ece-8df7-30b396e5b903) But it didn't publish the packages to PyPI: https://github.com/jupyterlab-contrib/jupyterlab-topbar/actions/runs/7991656309/job/21823326631 ![image](https://github.com/jupyterlab-contrib/jupyterlab-topbar/assets/591645/9cb5c91c-2e2c-412b-af57-a8c170cddf6a)

Transferring https://github.com/jtpio/jupyterlab-theme-toggle/issues/3 here in this repo. For now the theme toggle extension only support the dark and light themes: https://github.com/jupyterlab-contrib/jupyterlab-topbar/blob/4eb59bc966d099f39d1aadad8bd47c63899b7d89/packages/theme-toggler-extension/src/index.tsx#L90-L93 However this could be made configurable via the settings system.

enhancement

We should update the repo so it's compatible with the Jupyter Releaser v2: - Add the releaser workflows to the repo - Set up bot account: https://github.com/jupyterlab-contrib/jupyterlab-contrib.github.io/issues/42 - Clean up...

maintenance

## Description As noticed in https://github.com/jupyterlite/jupyterlite/pull/1258#issuecomment-1832257180 and https://github.com/jupyterlab-contrib/jupyterlab-tour/issues/76#issuecomment-1832269959, the new JupyterLab 4 compatible version does not seem to work ## Reproduce For example testing with ReadTheDocs preview for https://github.com/jupyterlite/jupyterlite/pull/1258: https://jupyterlite--1258.org.readthedocs.build/en/1258/_static/lab/index.html...

bug

UI tests would be useful to catch potential regression, and general testing. This might however be blocked by Playwright supporting the Filesystem Access API: https://github.com/microsoft/playwright/issues/18267

maintenance

We should look into following this change in Jupyter Releaser to avoid using the `ADMIN_GITHUB_TOKEN`: https://github.com/jupyter-server/jupyter_releaser/pull/557 This would mean creating an org wide GitHub app, and updating the releaser workflow...

Update the `jupyterhub/repo2docker` Docker image to point to a pinned version by default. The tag is made configurable in case so it's easier to override if needed, without having to...

maintenance

Fixes #216 Trying to test https://github.com/plasmabio/plasma/pull/217 on a VM was leading to issues installing the Python requirements from the custom branch. However using the default installer together with #217 seems...

enhancement

Similar to https://github.com/plasmabio/tljh-repo2docker/issues/67, having tags and releases would make it easier to use the plugin with different versions of TLJH and JupyterHub. We should consider making a `v1.0.0` from the...

TLJH is now releasing proper versions, and 1.0 is now available. The major changes are listed in the changelog: https://tljh.jupyter.org/en/stable/reference/changelog.html#id2 Probably one of the main items to look at would...