M Bussonnier

Results 439 issues of M Bussonnier

See docs added to #14579, one need to reference the mimetype when adding to the formatter dict, while the mimetype is already a field of the formatter. This can be...

All the 8.21 and before appear as 8.22 subsections

I'm not sure if it's a bug or not, either something is wrong or the menu should be removed ?

bug

Auto indentation seem to be stuck at 2 spaces. I've tried to nuke `user-settings/@jupyterlab/fileeditor-extension/plugin.jupyterlab-settings` and try multiple time, but it seem to have no effect for me even after page...

bug

New major version are a good time to drop support for older versions. I thihnk 3.9 should not be an issue, I woudl argue for removal of 3.10 as well.

maintenance

PR #1349 temporarily disabled 3 downstream individual test to get CI to green and detect potential new failures. Those failures should be investigated and properly fixed.

bug
maintenance

This is not meant to be released in 7.0 finale but iss used as a test that: - 1. Our test suite is working is eferything is async - 2....

enhancement

``` $ git diff ; pre-commit run --all-files --hook-stage manual mypy mypy.....................................................................Passed ``` But: ``` $ git diff ; pre-commit run --all-files --hook-stage manual mypy diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index...

I think these might be one of the few places that create those socket, so maybe closing them is the right call. I'm not sure. There are random failures on...

maintenance

For some reason after doing an editable install of `core` I get: ``` File "/Users/bussonniermatthias/dev/jupyterlite/py/jupyterlite-core/jupyterlite_core/config.py", line 204, in _default_app_archive return Path(os.environ.get("JUPYTERLITE_APP_ARCHIVE") or C.ALL_APP_ARCHIVES[-1]) ~~~~~~~~~~~~~~~~~~^^^^ IndexError: list index out of range...

bug