Sergei Ivashchenko

Results 22 comments of Sergei Ivashchenko

@RaymondNg0054 can you try to create user with label-studio from this branch? https://github.com/heartexlabs/label-studio/pull/2801

Try to add `project` parameter. ``` api/storages/s3?project=YOUR_PROJECT_ID ```

@nadjet can you share your task example? I tested on this one and didn't see the error: ``` [ { "data": { "text": "Calif. wildfires signal the arrival of a...

@bit-scientist can you share log from this command? ``` label-studio --port 9090 ```

@tilusnet @Antoine101 I tried to fix this bug about missing `Source filename` property, you can check this branch or wait until we release it. https://github.com/heartexlabs/label-studio/pull/2555

@Adrian-Rasmussen changing this is not very safe now, because it can break already exported annotations. I think we can add environment variable with extension to let everyone control it for...

@Adrian-Rasmussen ok, I'll add it to our development pipeline and we'll implement it soon.

Thanks for the report! > After simulating the request through Insomnia, I narrowed the error down to the Transfer-encoding: chunked header. If the header is set server will always respond...

> However, when I switch ddtrace.config.django['trace_query_string'] = True to > config.http.trace_query_string = True, the tag starts showing up. Got the same behaviour on `ddtrace==1.1.3`

@xhuaustc did you try "Recursive scan" storage option? With it storage should sync files under subfolders too.