Max Tkachenko

Results 437 comments of Max Tkachenko

In case someone wants to fix it themselves, the fix [in this commit](https://github.com/HumanSignal/label-studio/commit/cb6e4c3a08f23d78a72d8ad690b9f201b531e021).

On what pages do you want to see a dark mode? Labeling page? Or everywhere?

1. What is your LS version? 2. How do you install LS? 3. If you install it from sources, don't forget to run 'python manage.py collectstatic'.

I am happy to announce that [MultiChannel feature was released in LS 1.20](https://labelstud.io/blog/how-to-label-multichannel-time-series-data/) 🚀 You can enable multichannel mode by adding `...` to your labeling configurations like this: ``` ```

/git merge develop > [Workflow run](https://github.com/HumanSignal/label-studio/actions/runs/13996048462) > Successfully merged: Already up to date.

@maerteijn sorry for the delay, could you please resolve Linter errors? And I think we can merge it finally ``` cd label-studio poetry install poetry shell make fmt-all ```

/git merge develop > [Workflow run](https://github.com/HumanSignal/label-studio/actions/runs/15055870365) > Successfully merged: Already up to date.

Could you please re-pull label-studio-ml and label-studio-sdk libs and check it again? label-studio-ml depends on label-studio-sdk. pydantic is included in sdk here: https://github.com/HumanSignal/label-studio-sdk/blob/master/pyproject.toml#L44

Hello, sorry for the late response. 1. If you want to contribute, you have to create a new PR: ![image](https://github.com/user-attachments/assets/cfa6fa73-afc1-4429-9c00-9982f5d5174f) 2. Your code should be covered with a test, as...