Sylvain Marié

Results 299 comments of Sylvain Marié

Duplicate of #162

Great initiative @jonbannister !! This is maybe an opportunity to split the various plugins into several independent repos ? Maybe easier to maintain in the long run, as well as...

I definitely recommend [nox ](https://nox.thea.codes/) as build framework, and I believe that `pyproject.toml` is now mature enough to be used as the single place to put all lib and tools...

> `nox` is not needed. PEP517 based build is perfectly fine now (pip or using `build`). Of course everyone has a different opinion and things evolve fast (i don't keep...

It does not indeed, but can be used in that way : ![image](https://github.com/user-attachments/assets/cdf81693-5ec7-4527-bb63-a775e211cbe2) (from https://github.com/smarie/python-makefun/actions/runs/9907427426) The main benefit is that developers can run `nox` (instead of any kind of pre-commit...

Here is a temporary fix that worked for me: after the pytest run, execute the two following commands: ```bash gprof2dot -f pstats prof/combined.prof > prof/tmp dot -Tsvg -o prof/combined.svg prof/tmp...

For reference I fixed this in PR #99 by using a proper `subprocess.Popen` to have a real cross-platform interoperability.

PR #99 was merged a long time ago so the only thing that is missing is ... a new release :)

So efficient as always. Thanks @RonnyPfannschmidt !

Hi @RossKen, thanks for asking - and sorry for answering so late. Do you know if `sphinx-gallery` supports Altair ? If so, does it work out of the box with...