gitteraz

Results 6 comments of gitteraz

@macnibblet i don't know if it's the right thing to do, will wait for proper fix but meanwhile i got it working by passing initial location state from `window.location` object....

Hi @JPery How do i use the relative confidence of the returned song to know if it is the correct song?

Thank you for your answer. In the graphic the Y Axis represents “relative confidence” in percentage right? So you mean you use a value of 2%? Also can I ask...

I have added Flask to the project and implemented background tasks with Celery and Redis. For fingerprinting i am using the fingerprint_file method. Flask -> A route that receives a...

useDerivedValue is Deprecated in React Native Skia check this PR [https://github.com/Shopify/react-native-skia/commit/867edfa59693d83e48d0c1ee09f26b1f7c8926ab](url)

This Workaround worked for me ``` const onAnimationFinish = useCallback((shouldSkip) => { if (!shouldSkip) animation?.current?.reset(); }, []); ```