M Bussonnier

Results 439 issues of M Bussonnier

This improve the handling of indexes and error messages. Before this PR all errors reaching an index would be ValueError, thus not finding a wheel was the same as the...

Transcations also have a verbose attribute which is unused. `def install(..., verbose=)` overwrite a custom logger level. This and a few other places should allow `None` meaning "don't change the...

I think that this line: https://github.com/pyodide/micropip/blob/main/micropip/package_index.py#L227 Should likely be modified to: ```diff - case "application/vnd.pypi.simple.v1+html" | "text/html": + case "application/vnd.pypi.simple.v1+html" | "text/html" | "text/html; charset=utf-8": return partial(ProjectInfo.from_simple_html_api, pkgname=pkgname) ``` Or...

https://github.com/pyodide/micropip/blob/e107d892e3d3d969bdaf6ef2d2063ab47f81e19c/micropip/_commands/install.py#L96-L98 state that index "should support json api", as far as I can tell this is not true as we can see that `Transation` will use `query_package`: https://github.com/pyodide/micropip/blob/e107d892e3d3d969bdaf6ef2d2063ab47f81e19c/micropip/package_index.py#L262-L284 https://github.com/pyodide/micropip/blob/e107d892e3d3d969bdaf6ef2d2063ab47f81e19c/micropip/package_index.py#L80-L88 which...

Basically like https://meeseeksbox.github.io/ but without the text below.

There is some request in #324 to have the same options (when possible) between the magic and the CLI. I'm looking into defining those options only once, and refactoring main/magic...

Currently the deployed preview netlify is owned by me, free account, limited to 3 collaborators. I think it woudl be good to move it to a team managed by the...

### What's the problem this feature will solve? I like to have `--only-binaries=:all:`, especially in CI, but not all packages are availlable as binary everywhere (especially since 3.12 is recent)....

type: feature request

See https://github.com/Quansight-Labs/czi-scientific-python-mgmt/issues/88 Incomplete, in particular we should handle relative and anchor linsks, starting with #, and . ``` $ python tools/divergent_links.py docs/_build/html ```

This will add a `` attribute to the SVG generated by font awesome, which will in turn update the Accessibility tree, which will now be - button "light/dark" focusable: true...

kind: enhancement
tag: accessibility