Reuven Etzion

Results 3 issues of Reuven Etzion

I generated self-signed certs as per instructions: ``` nginx/certs/self-signed/wordpress-docker.test+5.pem nginx/certs/self-signed/wordpress-docker.test+5-key.pem ``` and I referenced them in the nginx config: ``` ssl_certificate /etc/nginx/certs/self-signed/wordpress-docker.test+5.pem; ssl_certificate_key /etc/nginx/certs/self-signed/wordpress-docker.test+5-key.pem; ``` but I'm getting this error...

We use input[type="number"] inputs for amounts so that on mobile devices the user's keypad is only numbers. I've realized, however, that the number fields fail to initiate under .numeric(). It...

I'm hoping I missed something very basic and someone can easily help me out. I follwed the README file but this is what I'm getting. Thanks in advance! ```shell client...