Jeremy Tuloup

Results 2209 comments of Jeremy Tuloup

cc @martinRenou for an initial review, since you also opened https://github.com/jupyterlite/jupyterlite/issues/1294 This might still need some testing to make sure it has an actual effect. When I was trying to...

Getting this in so it can be tested in the next rc.

Thanks @stevejpurves for opening the issue :+1: Right, the service worker has been causing a couple of issues related to caching. Agree it would be useful to provide options or...

> Agree it would be useful to provide options or way to disable some of its features. Maybe as page config options, or by splitting functionality into separate plugins so...

> optional, read-only) IDrive extension that exposed one or more of the following: That would indeed be useful. https://github.com/jupyterlite/jupyterlite/issues/1041 would also be an option since the drive would likely be...

> The interesting consequence is that the `app` argument for `activate` function will keep the consistent `JupyterFrontend` and `JupyterFrontendPlugin` typing removing a customization. Currently the `app` would still need to...

Thanks @stevejpurves for reporting :+1: Right it could be `doit` getting confused about its cache. This also seems to be related to https://github.com/jupyterlite/jupyterlite/issues/718.

> The service manager customization proposed in [jupyterlab/jupyterlab#13558](https://github.com/jupyterlab/jupyterlab/pull/13558) is enough as a first step - and I have an idea to improve the security point raised in that attempt. Would...

Thanks @tgourdel for opening the issue. Curious if providing a custom file type would help fix the issue? https://jupyterlite.readthedocs.io/en/stable/howto/content/files.html#customizing-mime-types This seems to be likely caused by this logic: https://github.com/jupyterlite/jupyterlite/blob/839741ede0f35e5e1d939b8857bd92405c74bc4b/packages/contents/src/contents.ts#L204-L213

The relevant code is here: https://github.com/jupyterlite/jupyterlite/blob/fa5f44ff3f0eec2c75cada62fa659f13c9f26ab0/py/jupyterlite-core/jupyterlite_core/addons/federated_extensions.py#L21-L22 Which https://github.com/jupyterlite/jupyterlite/pull/1019 slightly touches. This might help address issues like the one reported in https://github.com/jupyterlite/jupyterlite/discussions/1136.