Shachar
Shachar
### 🚀 Feature Request I wish to support the following feature in config: ``` snapshotPathTemplate?: string | ((testInfo: TestInfo) => string) ``` OR ``` snapshotPathResolver?: (filename: string, testInfo: TestInfo) =>...
Type: Bug Working on TS files, performace has degraded drastically since the last version upgrade (I have auto update on). Intellisense is stuck, saving takes more than 30s (format on...
When trying to render non latin chars (tried Hebrew and Arabic) I get a blank output. `font.hasChar('א')` returns true. However `font.charToGlyphIndex('א')` returns 0 and `font.charToGlyph('א')` returns the`.notdef` char. Is this...
This lib looks very powerful. Is it still maintained? I discovered it via the canvas comparison tool #25
I'd love to see a working example of the features supported by this addon and an explanation of the goal of it I think these links can do good in...
### 🚀 Feature Request Record pointer for canvas element, not only clicks. I have forked the repo in order to support this (see [PR](https://github.com/ShaMan123/playwright/pull/1)) and am willing to PR. ###...
I have a use case in which I use the keyboard to drag sortables. When the user click a sortable I want to cancel the keyboard sensor and start a...
I've been experimenting the past 2 days with this great repo. I am trying to implement a multiselection draggable solution. How can I achieve that (using the DragDropProvider)? In this...
I was wondering if there is a performant way to test all collisions in the index instead of looping one by one against all remaining nodes (n! times) I am...
@Jack000 ? cc @Dexus