srt111

Results 7 issues of srt111

Coa-tools is meant to work with Json files generated for Ps/Gimp but is there any functionality to reorder standalone sprites(created in other softwares like Inkscape/Krita ) which are imported without...

### 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 repro

# Environment Windows_10(localmachine), Python_3.12.3 ,Polars_1.3.0 **Delta-rs version**: deltalake _ 0.18.2 **Binding**: **Environment**: - **Cloud provider**: - **OS**: - **Other**: *** # Bug CSV - [Fii_OiMultiIndex.csv](https://github.com/user-attachments/files/16671258/Fii_OiMultiIndex.csv) The thousand separators for "1,303,517"...

bug

How to pass ignore arguments to the memoized cache in diskcache from local scope . 1.Since Cache is stored on disk , can it access the ignored arguments globally? 2.Is...

### Describe the bug Afer import: ``` ``` Error: ``` Slick.Resizable is undefined, make sure to import "slick.interactions.js" at Grid.setupColumnResize (slick.grid.ts:1902:13) at Grid.createColumnHeaders (slick.grid.ts:1711:10) at Grid.finishInitialization (slick.grid.ts:875:12) at Grid.initialize (slick.grid.ts:835:12)...

## Prework - [x] Read and agree to the [code of conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/) and [contributing guidelines](https://github.com/posit-dev/great_tables/blob/main/.github/CONTRIBUTING.md). - [x] If there is [already a relevant issue](https://github.com/posit-dev/great_tables/issues), whether open or closed, comment on...

Type: ⁇ Question

# Description Keep latest n files based on version/timestamp and delete rest(deltalake-python). Deltalake provides the vaccum() method to delete older files based on time ([vaccum](https://docs.delta.io/latest/api/python/spark/index.html)) Example: ``` deltaTable.vacuum() # vacuum...

enhancement