faryar

Results 5 issues of faryar

in normal mode can search in db with `$db->where('name','==','sam')->first(); //working` with this commit changes can search in other way easy and shorter : `$db->whereName('sam')->first(); // equals ('name','==','sam') //working` also can...

**Cant find any method in browser for kill current active proccess** by following doc there will should be a "ffmpeg.exit()" method but on browser and react this will cuase function...

Hey :) im testing preact with next.js and its ok. but when i tried to add some dependency(react-hook-form) and build "Cannot read property '__H' of undefined" appears! - preactjs +...

Hello @DomDew, I'm using your plugin for searching but there is any way to add more search routes for different conditions?

some part of codes refactored. tests still working