umutbozdag

Results 13 comments of umutbozdag

Hello! I can try to achieve hotlinking to specific input by using a query string like `?selector=#foo:not(.okay)` What do you guys think about it?

> `import * as mergeImg from "merge-img"` I tried that in a Vue SFC and it's still gives this error. But when i try to use it in node it...

I have the same problem, I can't click any of the options from the combobox. Why the hell the code from the official documentation doesn't work for a 50k+ star...

Yeah I already debugged it with debugger step by step, it's from some function called `genStringBody` from the OpenReplay tracker package, in my screenshot it shows the file with bundled...

Okay, I have found the file. It happens in `Network/utils.js` file. ![image](https://github.com/openreplay/openreplay/assets/43722871/b43224b0-015d-4822-9fcf-2b82adf6d350) ![image](https://github.com/openreplay/openreplay/assets/43722871/7f2797cd-b68a-486f-b5c8-b203b490ff2c) ![image](https://github.com/openreplay/openreplay/assets/43722871/98d178be-ba3e-4df1-8421-e767daa194ff) Could you please check? @nick-delirium

Since Uint8Array is an array-like object and it doesn't have key-value pairs, I think the problem here is trying to iterate it with for .. of, instead it should be...

Thanks @nick-delirium but we still got the same error ![image](https://github.com/openreplay/openreplay/assets/43722871/c69552bd-028b-4816-848f-cb27fdfd3af8) ![image](https://github.com/openreplay/openreplay/assets/43722871/7fe5fccf-a9d8-4822-ae16-1689916a1b34) ![image](https://github.com/openreplay/openreplay/assets/43722871/a1bc4039-8765-4651-bcf3-79b982871c06)

Maybe you can make it draft since unit test is not ready yet. @nonzzz

> Thank you soooo much. The `transform` css really saved my day! Apple dev doc also uses this scroller and the repaints happens in EVERY scroll event. Repainting even happens...

Same error here, any way to fix? @Sparticuz