Kevin Li

Results 4 issues of Kevin Li

### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars. ###...

bug
python
needs triage

### Description According to [this page](https://docs.pola.rs/api/rust/dev/polars/chunked_array/builder/struct.BinViewChunkedBuilder.html), `BinViewChunkedBuilder::new` takes the arguments (`capacity` and `bytes_capacity`). ``` Arguments - capacity - Number of string elements in the final array. - bytes_capacity - Number...

documentation
rust

Due to the usage of the `strict` argument in server.py ```python self.paths = [os.path.realpath(path, strict=True) for path in paths] ``` we need to require Python 3.10 or above. (Per [the...

### Steps to Reproduce 1. `rye add pytorch` This fails because the package is called "torch" -- there is an error message informing the user of this fact. 2. `rye...