Pierre Augier
Pierre Augier
I get a lot of warnings like ``` `WARNING: could not parse arglist ('arg: float64[:,:]'): Unable to parse Slice object` ``` as soon as I use [Transonic](https://transonic.readthedocs.io) / [Pythran](https://pythran.readthedocs.io) syntax...
I didn't find this useful tip (change the class of an admonition) in the documentation. See https://jupyterbook.org/en/stable/interactive/hiding.html?highlight=admonition#toggle-admonition-content-with-dropdowns and https://jupyterbook.org/en/stable/advanced/html.html?highlight=admonition#an-example-custom-admonitions for related but different things.
### Describe the bug **context** When I have a .html file `pres.slide.html` in a directory `my-great-presentation` next to a markdown file, I try to create a link with `[my great...
PDM could be improved for packages using Meson and `meson-python`. Note that Meson is nowadays quite important. It is used in particular for Numpy, Scipy and Scikit-image. For these packages,...
Unlike Poetry and Pixi, PDM does not by default include a range of versions. I'm very happy with this behavior because I think it makes sense for Python packaging (see...
When using `pdm lock --strategy no_cross_platform` (workaround for #2566), only the wheels for the Python version used during lock are listed. ``` [[package]] name = "scipy" version = "1.11.4" requires_python...
I have some cells generating as the first output json data (mime type: application/json). I get the following warning: ``` WARNING: skipping unknown output mime type: application/json [mystnb.unknown_mime_type] ``` which...
The last version on PyPI (TexSoup 0.3.1) has been released on August 2020. A new release would be useful since some issues have been fixed on master (for example #118,...
- PEP8 (for example CamelCase only for classes) - modernize Python code - compatibility with PyPy3 - same code than Julia (which is faster) - `__slots__` - etc. Here, the...
It would be great to be able to sort processes by memory usage (largest memory usage first). top does this with shift+m.