Anton Zhuravsky

Results 30 comments of Anton Zhuravsky

Hey, As for full-color bitmap – that's a setting for asset for sure (setting this up as a uniform to the shader would make it super easy) – as this...

Thank you @ioquatix, I have opened a https://github.com/socketry/async-http/pull/151 that deals with it. Happy to iterate on it as per your feedback

Actually a good point, maybe we should (since `#hijack!` is part of `protocol-http1`). This will, however, require bumping the dependency version here too. Do lmk if you want me to...

As soon as https://github.com/socketry/protocol-http1/pull/30 lands I can update this PR – will only need `protocol-http1` to be released so that I can bump the version in this gem.

Hey @wcandillon, here is a [simple snack](https://snack.expo.dev/@anton9001/react-native-skia-error-app) demonstrating the issue. A canvas with lime background is rendering a blue circle (which covers the whole canvas) after 1s delay. If you...

> Thank you for the clear reproduction. I was able to fix the issue with this change: [#2991](https://github.com/Shopify/react-native-skia/pull/2991) Can you confirm it on your side? I am afraid I have...

Ok it looks like even my changes are not enough: I have changed the example to continiously show and hide the canvas, and I do see lime flashes crippling through....

Hey guys, really glad to see this in the PR stage, it's one of features that could be very helpful once landed. A quick question: is it planned to support...