Krishav
Krishav
Added the feature of dragging attributes ### Motivation and context resolves #7370 ### Checklist - [*] I submit my changes into the `develop` branch - [*] I have created a...
Fixes #2927 I checked the values of default_value and values and threw error if it wasn't true or false for checkbox [Testing video](https://github.com/cvat-ai/cvat/assets/99531396/12ccca8b-969c-4bb8-8c41-d49e2da74421) ### Checklist - [*] I submit my...
Fixes #5823 When updating a polyline, one has to specifically click on the circle to end it. Changes made: - Added an event listener to check for the 'n' key...
Not able to observe input type file ``` await stagehand.init(); const page = await stagehand.page; await page.goto("https://jobs.ashbyhq.com/primer.io/66430335-c4b6-4724-ba14-cf69e808075c/application?utm_source=LinkedInPaid", { waitUntil: 'domcontentloaded', timeout: 30000 }); const observations = await page.observe({ instruction: "find...