Samuel Le Meur-Diebolt

Results 13 comments of Samuel Le Meur-Diebolt

Thanks for pointing this out, I've been struggling for some time trying to understand why none of my repos were accessibe anymore: this was caused by the GitHub Actions runner...

I had this exact same issue, and there was indeed a `http.extraheader=AUTHORIZATION...` line in my self-hosted runner git config. Removing it fixed it!

Colored's maintainer [noticed the problem](https://gitlab.com/dslackw/colored/-/issues/27#tasks) and deleted Colored 1.5.0. He released a 2.0.0 version instead. This PR is still required, since robotics-toolbox-python does not support the breaking changes in colored...

This is a problem of colored: they introduced breaking API changes in 1.5.0 and renamed functions `fg` to `fore` and `attr` to `style`.

I just encountered the same problem. I think this is due to the fact that the wheel is built from the sdist archive. Since you defined ```toml [tool.hatch.build.targets.sdist] packages =...

I've found this error in two main places: the "Registration Overview" section of the documentation that you already pointed out, and all versions of the [`XX_basic_registration.ipynb`](https://github.com/SimpleITK/SPIE2019_COURSE/blob/98e01266ebc6416814b6da194ee697fbbddf7631/04_basic_registration.ipynb#L316) notebook (the error in...

Thanks for pointing out the new features from **bslib**, they will help me a lot! Please note that I am not a regular JS user: feel free to be as...

@mdhaber Ok so it seems most errors that occur when running `test_keepdims` on all `axis_nan_policy_cases` are due to small sample sizes (occurring for a number of reasons, from samples becoming...

I think I managed to find what the problem is, I'll try a PR if it's alright!

Indeed, I thought about adding such a heuristic, e.g., expanding dims only from arrays and not from any other types. However I was unsure of the impact of such a...