Jeremy Tuloup

Results 2209 comments of Jeremy Tuloup

Not sure the setting is tolerant to strings only, maybe it should be put into an array? https://jupyterlite.readthedocs.io/en/stable/reference/schema-v0.html#a-localforage-driver-set ```json { "jupyter-lite-schema-version": 0, "jupyter-config-data": { "disabledExtensions": [ "@jupyterlab/drawio-extension", "jupyterlab-kernel-spy", "jupyterlab-tour" ],...

Not sure there is at the moment.

> @jtpio, how do _you_ check which storage driver is used? Or, alternatively, how do you check that the configuration options from the JSON were applied at all? Currently one...

Thanks @ns-rse for reporting and providing the example. Not sure installing from `git` is supported in JupyterLite / Pyodide / micropip. Looks like `pgfinder` is available on PyPI though. Have...

Thanks @maartenbreddels for raising this issue. Normally the Gitpod setup (which uses `doit watch`) should work so it could be something to look at: https://github.com/jupyterlite/jupyterlite/blob/main/.gitpod.yml As mentioned in https://github.com/jupyterlite/jupyterlite/issues/684, I'm...

An alternative could be to use Playwright `FileChooser` directly: https://playwright.dev/docs/api/class-filechooser

Thanks @brettle for reporting :+1: Indeed this is happening with the latest `jupyterlite` when testing on https://jupyterlite.github.io/demo/: https://github.com/jupyterlite/jupyterlite/assets/591645/d560dd38-1bca-4f7d-8460-cde036e74500 For reference it seems to be fine with JupyterLab 4.0.3, 3.6.3 and...

Something to have a look at as part of https://github.com/jupyterlite/jupyterlite/pull/1019 or as a follow-up.

Yes it will have to be implemented as a third-party extension. Ideally this could be done in the `jupyter-ai` repo directly. There is an issue about this: https://github.com/jupyterlab/jupyter-ai/issues/119. Last time...

> must be converted to regular JavaScript call between the client code and the server code. Would it have to? Currently `fetch` is already overriden in JupyterLite which allows for...