mrmipo

Results 5 comments of mrmipo

Hi I also use same scenario, and see that in other app (facerecognation) they create special options to allow user use share/group folder : [example](https://github.com/matiasdelellis/facerecognition/wiki/Settings#hidden-settings) Can you add similar options...

> Same here. $faces returns a String instead of an array. > > So for WorkArround add a function in /lib/Db/Face.php `function getDescriptorArray(): array { if(is_array($this->descriptor)) { return $this->descriptor; }...

> hello @mrmipo . > > change $face1->descriptor to $face1->getDescriptorArray(). that should call the function in Class Face.php and returned an array and not the String from the DB. Try...

Hi I as many I have issue with auto upload and do some testing. What I see if I do clean install of application (from google store beta version or...

Hi I once again remove app. Then I delete DICM folder on phone. After that i install app from google store and connect to my nextcloud. And at the end...