Mark Galea
Mark Galea
Same here what's the new process?
@brianjflowhub fixed now and its merged.
I’m creating a new GPSMap component and want to include an altitude waveform visualization alongside the map. I’ve noticed that the existing Timeline component is already used for playback controls...
## Status Report This report outlines the current implemented functionalities of our integrated data analysis platform, covering both GPS data synchronization and advanced audio annotation capabilities. **Demos:** * **GPS Features...
You can run the code locally (for dev) as follows, download the repo For FE ``` cd web yarn install make frontend-dev ``` For BE: ``` poetry install poetry shell...
There was a bug with this component, I've submitted a PR here https://github.com/HumanSignal/label-studio/pull/7798 In order to enable the timeline series for multiple channels you need to enable or have enabled...
Hey @blueskyinin you need to set `fflag_feat_front_bros58_timeseries_multichannel_short=1` or `FF_MULTICHANNEL_TS=true` in your environment variables or while initialising your dev env. If you are on the enterprise I'm not sure how you...
I believe you can include env variables in docker run as follows ``` docker run -e MY_VARIABLE=my_value ```
Hi @blueskyinin, just tried this now and it works, docker build --platform linux/amd64 -t label-studio:latest . docker tag label-studio:latest /label-studio:latest Run that Docker image as we have suggested above, here...
you let me know what you want to do, if you want to remove Ill remove, alternatively feel free to remove it while you merge internally On Tue, Oct 21,...