Jeremy Tuloup

Results 2209 comments of Jeremy Tuloup

From https://github.com/jupyterlite/jupyterlite/issues/1687 > This could _theoretically_ break downstream constructor customization of `DriveFSEmscriptenNodeOps`, but seems unlikely... but this might only be masking _more_ compatibility issues, so it's unclear whether this can...

Closing since https://github.com/jupyterlite/jupyterlite/pull/1688 is in `0.7.0`, so we can focus on `0.7.x` and `0.8.0` pre-releases.

So, I think this PR should be ready for a first round of reviews. As a quick summary, it brings back the behavior of the pager just like the classic...

Thanks @andrii-i for the review 👍 Putting this back as a draft to revisit the handling of the kernel message. I will get back to it later, but if someone...

Additionally it would be useful to enable the version switcher, like for the JupyterLite docs: ![Image](https://github.com/user-attachments/assets/3a14431d-9c05-4f99-8d5b-a4630d7f8252)

Maybe this could even be put under tests with Playwright, using `await browser.newContext(...)` to create a new browsing context: https://playwright.dev/docs/puppeteer#cheat-sheet And adding a single test that would run on Firefox.

Pyodide kernel PR for reference: https://github.com/jupyterlite/pyodide-kernel/pull/196

> And adding a single test that would run on Firefox. Ah, it looks like Service Workers would work in private windows with the next Firefox release! https://github.com/user-attachments/assets/def6d3d2-ca20-4ef9-9aee-ae1e97732a42

Yeah. It's funny because such logging may not be that useful anymore, but we could still add it anyway and also in case people are still using older versions for...

Doesn't the manual spec refresh in JupyterLite help with this, when new lite specs are added? https://github.com/jupyterlite/jupyterlite/blob/023ce0533a341f3320542a252e65348772882909/packages/services-extension/src/index.ts#L189-L192