Andrei Calinescu

Results 10 comments of Andrei Calinescu

@dmtrKovalenko I'm not sure why the extra decimal is always 0.1875 or why it's only present in headed mode. Can you reproduce this locally? I tried to change the viewport...

@SparrowBrain Thanks for sharing a link to your workflow logs. I had the same issue. In both our cases, you can see in the workflow logs that the `config-file` was...

@AshMcConnell @new-guy The errors below may not be related to this issue because they also appear in successful runs. Hope this gets fixed soon! ```sh libva error: va_getDriverName() failed with...

@bareynol I just discovered this impressive tool! Thanks for making it! I'm also interested in helping with the v5 support as well. I have some colleagues that might be able...

@jonathanKingston I just wanted to mention another use case to consider for the UX/UI. My company makes a precision medical annotation tool. Users paint areas of the canvas to annotate...

Hi @viveknigam3003, I'd like to work on this task. Can you please assign it to me?

@merrcury I think it's best to let @developer-diganta work on this issue. To give some background, I tried the naive approach of just adding an `onbeforeunload` event listener, but it...

I also have this issue. Specifically, the [docs](https://react-dnd.github.io/react-dnd/docs/api/drag-preview-image) for `DragPreviewImage` have this import: ```js import { DragSource, DragPreviewImage } from 'react-dnd' ``` `DragSource` doesn't appear to be included in the...

I also encountered this problem. Thanks for all the answers above! Here's a quick recap of what worked for me. It should work if your TextField is in a Dialog,...

Thanks @joeauty! That fixed the issue for me