Marc Rousavy

Results 1289 comments of Marc Rousavy

Well if the resized image changes but the output values don't then it might be an issue with your TFLite model? I am not sure if this is an issue...

Hey - yea I can add automatic tensor resizing if you tell me when that method needs to be called. Should be like 4-8 hours of effort max.

Exactly as Christian said - please add a reproduction to the example app here. We already have a test that runs a function in a context, which itself calls another...

So it works fine when Reanimated is installed? Maybe Reanimated's babel plugin does some optimizations that we can't handle?

Again, please create a reproduction here in the Worklets repo. Then we can take a look.

I'm not sure if I follow, babel only transpiles functions that are marked with the `'worklet'` directive. Babel doesn't know about the IWorkletContexts.

Wait, how does this work? Do we need to manually call close/dispose now when we no longer need a value? How do we know when we no longer need a...

> Also after passing arguments through worklets we now dispose these JSI values that are no longer needed so that the memory pressure that Hermes uses for calculating gc is...

You're right - you can fix this if you enabled `processNestedWorklets` in the Reanimated plugin! See https://github.com/software-mansion/react-native-reanimated/issues/5576#issuecomment-1889526011 for more info

Did you enable processNestedWorklets in reanimated babel plugin?