Chris Pryer
Chris Pryer
_This issue was discovered in a polars-book PR https://github.com/pola-rs/polars-book/pull/154#discussion_r891275362_ > ```python > pl.arange(pl.count(), 0, -1).cast(pl.Utf8).str.zfill(5).alias("id"), > ``` > from `@ritchie46` this gives me ``` OverflowError: can't convert negative int to...
`nightly-2022-04-01` `macOS Monterey 12.1` ``` failures: ---- tests::io::test_parquet_statistics stdout ---- thread 'tests::io::test_parquet_statistics' panicked at 'assertion failed: std::env::var(\"POLARS_PANIC_IF_PARQUET_PARSED\").is_err()', /Users/chrispryer/github/polars/polars/polars-io/src/parquet/read_impl.rs:81:13 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ---- tests::io::test_parquet_statistics_no_skip...
Hi! Love this project. Looking forward to helping out in whatever way I can. If not already implemented, are there plans to offer suggestions for those auto-fixable changes? One thing...
### Description Closes #56 ### Checklist *[ ] Add tests, documentation, update the changelog, etc. *[ ] Connect all issues, and project boards, add labels, assign people to the PR...
### Description Thoughts on keeping dependencies up to date? https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot/ ### Checklist * [x] Add a [dependabot.yml](https://github.com/cnpryer/huak/blob/5684d85196b25221e6b325d576a43c1e99c90f39/.github/dependabot.yaml#L1-L6)
Would you be open to using [`pyproject-toml`](https://crates.io/crates/pyproject-toml)?
Closes #79 - mkdocs - spell check gha Disclaimer: I don't want to create two places to maintain documentation. I'm new to `mkdocs`, but here's what I did to publish...
Is the goal for `rye shell` to activate a shell with a modified environment that places the venv bin at the top of `PATH`? If so I'm not sure this...
I know this is still experimental, but IMO an experiment is only as good as the data it can garner. IME I've noticed a lot of people use a user...
IIRC Cargo uses fingerprints to determine when updates have been made to the project and its environment. It would be nice to have `rye sync` managed by a kind of...