Ritobroto Kalita
Ritobroto Kalita
#### Description of Change Added namespaces and updated existing documentation and tests to fit current guidelines #### Checklist - [x] Added description of change - [x] Added file name matches...
#### Description of Change Updated AVL Tree data structure using modern C++ STL library features like `std::unique_ptr` and implemented Object Oriented structure. Also added additional tests and updated existing tests...
**What kind of change does this PR introduce?** Feature added to specify which of the touches you want to move in [`TouchScreen.touchStart`](https://github.com/puppeteer/puppeteer/blob/280e6f82065a2cbbe696673934a9c10610a780c6/packages/puppeteer-core/src/api/Input.ts#L498) **Did you add tests for your changes?** No,...
fixes #8559 Added embedding support for `web.tutar.app` according to their [docs](https://docs.tutar.app/) Tested its behaviour as well- https://github.com/user-attachments/assets/97123339-c35b-41af-873a-38a073eafc1d web.tutar.app sites should be of the form `https://web.tutar.app?api-key=&user-id=` or `https://web.tutar.app?api-key=` to work properly,...
Fixed this TODO `// TODO: Invariants should be checked here instead of duplicateSelectedPoints()` Moving these invariant checks outside of `duplicateSelectedPoints()` can make the code ensure that only valid data is...
fixed issue #8508 Added `!this.state.selectedElementsAreBeingDragged` for checking if a drag is in progress when alt key is pressed
Arrow updates on both sides when moving connected objects (issue: #8475) However, when a smaller shape is inside a bigger one, the updates are too rapid and may not be...