Jeremy Tuloup

Results 481 issues of Jeremy Tuloup

## Description The latest `0.4.0` pre-releases seem to be larger in size compared to the `0.3.0` releases: ## Reproduce ![image](https://github.com/jupyterlite/jupyterlite/assets/591645/cd47535c-7f81-421a-a21e-077fc623d892) ![image](https://github.com/jupyterlite/jupyterlite/assets/591645/5eeed5a6-0355-4ded-bbd9-48e9af495fdd) ![image](https://github.com/jupyterlite/jupyterlite/assets/591645/1082d633-426d-42b1-8190-e4887f3ec5f4) ![image](https://github.com/jupyterlite/jupyterlite/assets/591645/384ff4d6-f116-4df2-9daa-b66fee0c2a32) ## Expected behavior We should check if...

bug

For simplicity, the Python packages (`jupyterlite-core`, `jupyterlite`) and the JS packages (`@jupyterlite/*`) are versioned synchronously, meaning that all packages have the same versions. However the `@jupyterlite` JS packages have not...

maintenance

For GitHub Pages, the idea would be use https://github.com/gzuidhof/coi-serviceworker, which basically registers another service worker to set the HTTP headers on the fly. However there is currently no proper way...

### Problem Currently, if the frontend part of the `jupyterlab-github` extension is used only (like in JupyterLite), the token provided via the settings does not seem to be taken into...

enhancement

### Problem Currently, the widget manager for JupyterLab displays an error message when there is version mismatch (added in https://github.com/jupyter-widgets/ipywidgets/pull/3185), which is useful as it is also displayed in the...

`httpx` is noarch on conda-forge: https://anaconda.org/conda-forge/httpx But it looks like it might need some patching either upstream in https://github.com/encode/httpx or here as a recipe: Running: ```py import httpx ``` Gives:...

The latest Sphinx 8 seems to be causing issues for the docs build, as seen in https://github.com/voila-dashboards/voici/pull/123. https://readthedocs.org/projects/voici/builds/25309076/ ``` Running Sphinx v8.0.2 loading translations [en]... done making output directory... done...

documentation

Looking into https://github.com/jupyterlite/xeus-python-demo/issues/39.

maintenance

Similar to https://github.com/jupyterlite/pyodide-kernel/pull/126 Refactor the code to align the implementation on https://github.com/jupyterlite/pyodide-kernel, so it's easier to switch between the code bases and find the same patterns. Fixes https://github.com/jupyterlite/xeus/issues/102

maintenance

So it matches a bit closer the version used in JupyterLite (current JupyterLab 4.2.x).

maintenance