Louis Maddox

Results 158 comments of Louis Maddox

I picked up this issue on the SciPy sprint earlier in the year and [figured out](https://github.com/lmmx/fast-convex-hull-2d/) that the source of the `IndexError` ([line 4322](https://travis-ci.org/github/scikit-image/scikit-image/jobs/373333123#L4322) of the logs) at: ```py mask[hull_perim_r,...

This seems to have been rejected on helix main trunk, I just accidentally closed an entire terminal window (thankfully managed to get it back via `tmux choose-tree`!) but before now...

I would like automatic schema supply, this is currently the limiting step in automatically uploading Polars DataFrames: `write_ndjson` seems to be the only way I can upload list dtypes (Parquet...

Amazing! Should this issue be closed now?

Seeing this when trying to run the test suite on #313 I'm afraid, looks like it's the end of the test run again. Click to show full traceback ```py tests/test_xfail.py...

Yeah I think this is a great idea: my reading of the docs says that the `#[once]` fixture will be once *at all* (over all tests), rather than once per...

If I'm understanding this rightly, then this is also desirable for building wheels in a Docker container from source, in which situation you want to programmatically obtain the build requirements...

Still the case, wow... :disappointed: ``` louis 🌟 ~/lab/pygit2/test_repo $ git add foo louis 🌟 ~/lab/pygit2/test_repo $ gcmmt "Initial commit" [master (root-commit) 414c2d8] Initial commit 1 file changed, 0 insertions(+),...

I added ntex (#184), all you need to do is edit `data.toml` for anyone else wanting to add more

It seems like this is maybe being noticed again, I wanted to mention I came across it when using rstest with 5 case parameters in a function : ```rust #[rstest]...