Muhammad Jarir Kanji

Results 18 issues of Muhammad Jarir Kanji

Hi! Is there any way to pass a multi-line string to `cli_abort`? Specificially, I'm trying to use the output of `waldo::compare()` to generate more informative error messages, but `cli_abort` removes...

bug

I have the same issue as #357 and while the comment there does fix the problem, I'd like to suggest an enhancement whereby one of the non-standard repos can actually...

feature

It would be great if we could define a file's metadata at upload time. I know that this was referenced in #19 and resulted in the `set_storage_metadata` functions, but this...

### Polars version 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...

bug
help wanted
python

### Problem description It would be great to have an option to drop the group keys when doing `DataFrame.partition_by`. From the partition_by example in the docs: ``` df = pl.DataFrame(...

enhancement

I'd like to achieve a file structure as shown below, where the script is at the root of a folder and the notebook is one directory below: ``` . ├──...

### Description Hi there! Would it be possible to add an optional flag that enforces type validation for Structs at runtime? While I understand [your rationale for the current behavior](https://jcristharif.com/msgspec/structs.html#type-validation)...

Is there any reason why `download_to` and `upload_from` do not support the caching mechanism and, instead, download from the source/cloud directly again and again? ```python # explicitly instantiate a client...

Maybe I'm doing it wrong, but is there a way to make it so that the `max_display` argument in `shap.plots.beewsarm` shows only the first `max_display` features, without the `sum of...

### Feature description ### Use case _Is there a specific goal that this would help you accomplish, or can you provide any other context about how you would like to...

enhancement