M Bussonnier

Results 439 issues of M Bussonnier

I've seen a few build "failed after 360 minutes" (which is 6h getting stuck), and consuming CI. it's rare, but should we have a shorter timeout in general for jobs...

kind: maintenance
tag: CI

I think with the recent sphinx 8 fixes it woudl be good to make a new release potentially dropping older shinx. Here are the list of things to do for...

kind: release

See https://github.com/sphinx-doc/sphinx/pull/12507, sphinx is implementing "native' collapsible admonition, I know there are a few issue with accessibility for those dropdown and toggle-buttons. I think it would be a better use...

needs: discussion
kind: maintenance

the theme switcher does: ``` document.write(` ... `); ``` I believe this is bad practice as it will block rendering while js is executed to insert this. Which makes the...

**What's the problem this feature will solve?** I want to create a token to upload a package that does not exist yet. I can only use a general token for...

feature request

I belive ``` [testenv] indexserver = # we use Spec 4 index server that contain nightly wheel. # this will be used only when using --pre with tox/pip as it...

See among other https://github.com/scientific-python/summit-2023/issues/3 - [ ] job that tests nightly wheels/dev versions. Maybe a separate job that tests pre-releases. - [ ] job that tests the oldest supported versions...

Some magics (`%%timeit`, `%%time`, `%%prun`) do not woks with async inner code. It would be nice to figure out how to make them work. 1) either by running async-exec and...

help wanted
async/await

It looks like ipyparallel is not compatible with ipykernel 7, Unfortunately I've not been following the development, and the previous maintainer stepped down a few month ago, and I'm afraid...