Konrad Feiler
Konrad Feiler
@schmidt-sebastian @kuaashish @yichunk any update or progress on this issue now that it's been a month? I fear while this error exists, the mediapipe solution for face-detection could only be...
Thank you for looking into this @juanrgm . I already noticed your work on `mergeProps` when trying to understand why the `suid` powered website is so slow. I just did...
Thank you for the detailed reply @ryansolid , so if I record the performance of the live website, which shouldn't be built with dev, I still have my M1 macbook...
Didn't `mui` stop supporting `makeStyles` in favor of `styled()`? I've been migrating one of our `React` codebases from `makeStyles` to `styled()` and have not looked back since.
PS: Now, as for **Attempt 2** above, if I rename all `*.jsx` to `*.js` , i.e. running: ```bash for x in node_modules/@suid/**/*.jsx; do mv \"$x\" \"${x%.jsx}.js\"; done ``` on the...
hello @bshafiee, i didn't expect a heterogenous tree structure with different types being compared would be a common use case. Potentially this could cause a lot of confusion. Why don't...
_SparseTrap is a tricky error, it's not like a normal swift error where some pointer is null. (1) could you make a minimal Unit test of your problem? This way...