Mats

Results 2 comments of Mats

Also running into this issue downloading a parquet dataset from S3 (Upload worked fine using [current main branch](https://github.com/huggingface/datasets/commit/90b896193a0a315789022580eb4c80305d168d4d)). `dataset = Dataset.from_parquet('s3://path-to-file')` raises `TypeError: AioSession.__init__() got an unexpected keyword argument 'hf'`...

Got the same problem with RTK Query, having the position of the draggable div stored in a database that gets updated once the dragging finishes, which invalidates the cache and...