Max Tkachenko

Results 335 comments of Max Tkachenko

select them with checkboxes and delete using actions ![image](https://user-images.githubusercontent.com/501780/183533308-490d9ffe-a844-4847-a42f-b581648f1bfc.png)

Why didn't you click Sync button on Source Storage dialog?

@SupreethRao99 It's recommended to store data outside of LS and provide links only for LS, e.g.: ``` { "text": "http://example.com/1.txt" } ``` with label config: ``` ... ... ```

@SupreethRao99 are you using Safari? What is one text size for one task?

What is your label studio version? You need to use 1.5.0post0.

as I remember there should be `:1.5.0post0` docker image. Or you can try `:latest`

Yes, it's well-known issue that was fixed in 1.5.0post0.

@LBZHK are you talking about timeouts? If yes, please try to use snapshots via SDK: https://labelstud.io/sdk/project.html#label_studio_sdk.project.Project.export_snapshot_create https://labelstud.io/guide/export.html#Export-snapshots-using-the-API

@yangboz yes, we has been supporting export snapshots for a long time.

@ntakouris As a workaround, you can follow this 1. go to console where you run LS and call there: ``` label-studio shell ``` it will run LS shell (Django shell_plus)...