Alessandro Cattaneo
Alessandro Cattaneo
@mikehardy thanks for your answer. If this can help I experience the same issue on both platforms (I updated the description) so the problem is likely to be before the...
Hey @BogdanRad, not yet, for the moment we decided to change the parameter name to a different one.
Hello , thank you very much for looking into this problem. I tried building the executable with: `xk6 build v0.35.0 --output xk6-browser --with github.com/grafana/xk6-browser` the result is the same unfortunately....
Unfortunately I cannot share the page as is not public. About my local settings, when I run the test it spins up the local Chrome (Version 98.0.4758.80 (Official Build) (x86_64))...
To add more context, in the docker image I'm using the Alpine chromium package which uses chromium version 93.0.4577.82. Not sure if this version difference can explain the issue.
> Shot in the dark here, but have you set up the [possibleTypes configuration for your schema's unions and interfaces](https://www.apollographql.com/docs/react/data/fragments/#using-fragments-with-unions-and-interfaces)? nope, no possibleTypes defined so far in this project. thanks
Thank you @louiszawadzki for your thorough answer. So if I understand correctly is_low_rendered is based on the native main thread which is NOT capped to 60fps and can reach 120fps...
Hello @louiszawadzki , I'm very interested in this as well. Do you have plans or ETA for a public beta/release?
After more investigation we isolated the issue to this PR merged in 3.9: - https://github.com/software-mansion/react-native-reanimated/pull/5268 and in particular on this file: - https://github.com/software-mansion/react-native-reanimated/pull/5268/files#diff-058fa197f386de14640b8458134921665342c32dc0a0c8e535ef92b21eb03a08 I tried locally to revert the whole...
@szydlovsky thank you.