Hpeox

Results 3 issues of Hpeox

I just try to return the `rc` from `handle_connect` using asyncio, but failed the code: ``` python @app.route('/connect/', methods=['POST','GET']) async def make_connect(): rc_status=-1 connect_future = asyncio.Future() data = request.get_json()['data'] print(data)...

### System Info ```Shell - `lerobot` version: 0.1.0 - Platform: Windows-10-10.0.22631-SP0 #i thought it should be Win11? - Python version: 3.10.16 - Huggingface_hub version: 0.29.1 - Dataset version: 3.3.2 -...

bug
visualization

### Describe the bug When using the `load_dataset` function with a folder path containing regex special characters (such as "[]"), the issue occurs due to how the path is handled...