MohammadMahdi Heydari
MohammadMahdi Heydari
### Description when updating stacktype to 100% from normal or from normal to 100% yAxis min/max should set to 0 and 100 but it dosen't change until the next updateOptions...
in the stateless mode validation rule as it provided in the documentation: ``` $rules = ['captcha' => 'required|captcha_api:'. request('key') . ',math']; $validator = validator()->make(request()->all(), $rules); ``` it is not completely...
hi here is steps i follow: ``` git clone https://github.com/kjanko/python-fingerprint-recognition.git cd python-fingerprint-recognition docker build -t finger:latest . docker run -it finger:latest 101_1.tif 101_2.tif ``` this will produce following error: ```...