WbaN314
WbaN314
Fix for issue https://github.com/vaheqelyan/svelte-grid/issues/125.
So i took a look at it and this behavior happens because the 0.2s transform in src/MoveResize/index.svelte triggers when resizing the grid. `{active` ? `transform: translate(${cordDiff.x}px, ${cordDiff.y}px);top:${rect.top}px;left:${rect.left}px;` : trans ?...
Created pull request #133. In the meantime there is some kind of spaghetti fix that can be applied with the existing API. When resize is detected it overwrites all transitions...
Assumed you mean the height of any single row based on the width of the grid this should be possible based on a combination of the on:resize event listener and...
Is there any timeline when this will be supported?
@ritchie46, @orlp, @c-peters, any comments?
@ritchie46 yes, the same problem occurs when accessing via the Python wrapper. ```python import polars as pl OBJECT_STORE_URL = # Lazy scan csv file lazy_csv = pl.scan_csv( OBJECT_STORE_URL + "more_than_2mb_csv_file.csv",...
The written content length is exactly the length of the buffer on the file handle. I do not know which external factors determine that buffer size. For me it is...