| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Thanks for the PR! This is looking good, and great testing. Just the one question about keeping the name new. If you could run rustfmt (which must be run on +nightly) that would also be good.
Sorry, something went wrong.
|
cargo fmt from nightly has been applied to the PR. |
Sorry, something went wrong.
|
Let me fix our CI/CD and then this should be good to merge |
Sorry, something went wrong.
|
@goertzenator sorry I dropped the ball on this! Would you mind please running git commit --amend --no-edit then git push --force-with-lease on your branch? That should reset the CI which should go through and we can merge! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This adds a variation of axis_windows() that accepts a stride parameter. It is analogous to the windows_with_stride() variant of windows(). This was already 95% implemented thanks to the work of @jonasBoss in commit 2aec819.
Ref issue #1304.