Pablo

Results 38 comments of Pablo
trafficstars

@shrutis-912 did you fix this problem?

I agree, it struggles in some slow devices. Have you found any solution? @clearisoft

@sagarnayak did you finally fix it?

it is happening the same to me. When we get the` let className = String(reflecting: self)` the class name has `Module.Entity` and the entities only shows `Entity`

@DevelopscriptLLC How did you solve this? Thanks

Same issue here, I'm processing every CVPixelBuffer with `VNDetectFaceRectanglesRequest` and save it to disk applying a blur filter. This works really well with an iPhone XS but it won't perfom...

I'm also having this. Please how could we remove the cache?

this code solved my issue, I run this everytime something is correctly uploaded ``` func cleanCache(){ if let url = FileManager.default.urls(for: .cachesDirectory, in: .userDomainMask).first { let urls = try? FileManager.default.contentsOfDirectory(at:...