Bang

Results 7 comments of Bang

It's also not working for me with tailwind2.0.2 ``` purge: ['./components/**/*.{js,ts,jsx,tsx}', './pages/**/*.{js,ts,jsx,tsx}', './styles/**/*.{css}'], theme: { themeVariants: ['dark', 'founder'], }, variants: { backgroundColor: ['responsive', 'hover', 'founder', 'focus', 'dark', 'dark:hover', 'dark:focus'], textColor:...

> @simmerz Glad to hear that. Purge options actually works for me, but I have a simpler setup. You might want to play with the purge settings. > > ```...

after debugging, i think the problem is with the temp file path from vision-camera output. As the photo file is stored in a temporary location, that is not accessible directly...

it's throwing error like `“ABA4B2D6-A241-4DF6-A1BA-FD6F984A2EE3-1864-0000024DF9AE4C71.jpg” couldn’t be opened because there is no such file."`

I will try to see if i can open pr. Take a rest :)

hmm sorry, i messed up the lib. i supposed to comment on other issue from `vision-camera-face-detection` not here. No it's still not working

it does not work with vision-camera. I think there is smt with temp file. It works fine with local photo from library but not with temp file name `file:///private/blah` when...