William Candillon
William Candillon
yes, I have a very similar issue where I do: foo ? 1 : 0 where I meant foo.value ? 1 : 0. It would be nice indeed to flag...
the for of/in syntax is not supported to, prototype, Intl
Could you show me how `customFont` looks like?
@thespacemanatee could you expand on what the minimal repro is? Could you send me all the files needed to run the examples as well as the exact steps to reproduce...
We think this issue might be fixed now. Please feel free to reopen the issue if it is persisting.
We think that the spring issue is due to the fact so much time is spent on each frame. This is a fantastic example and there is a lot of...
Part of investigating the issue, I setup a small test with callback functions: JS: ```tsx const path = Skia.Path.Make(); canvas.drawCB(() => { console.log({ path }); }); canvas.drawTest(); canvas.drawCB(null); ``` C++:...
Another way to make it extremely obvious is to have large data associated with the closure (like a big SkImage).
@hannojg I played with this branch a bit and it looks great. Does it sound like you may have been looking for help on the animation stuff? To loop the...
@chrfalch I updated the PR in a way that matches your comment.