Tri Nguyen
Tri Nguyen
Currently there's this issue in Brave blocking using the adapter for this also https://github.com/brave/brave-browser/issues/29411 https://github.com/jimmywarting/native-file-system-adapter/issues/59
Hi @sentialx & team, could you please provide an update on this?
Hi @folkvir, from the code it seems for each round we are just checking membership using '.has'. We already know 2 out of 3 hard-coded items there would return false,...
Thanks for the fix. For others, to apply patches just run `yarn patch-package` without the ``. Also remember to install `deprecated-react-native-prop-types`.
Hi team, can we have an update on this?
Did not know that. Thanks & I will add SponsorBlock later.
Will look into it
Hi, I opened a PR here for this issue https://github.com/WrathChaos/react-native-time-date-picker/pull/11
Update: After some digging I found out that we can listen to the close event on nativeEvent for this. ```js import { getRequestEvent } from "solid-js/web"; export async function GET()...
There is a HF space with multi-object tracking implemented here https://huggingface.co/spaces/ustc-community/d-fine-object-detection/tree/main for anyone wondering the same thing. ``` TRACKERS = [None, TrackingAlgorithm.BYTETRACK, TrackingAlgorithm.DEEPSORT, TrackingAlgorithm.SORT] ```