-
### Create Register API
- Create an API for Registering the User.
#### Request Format
```js
{
name: String,
pass: String,
email: String,
dob: String
}
```
#### Response Format
```js
…
-
Hi, in the example Custom validators,
(https://github.com/gin-gonic/examples/blob/3a0d22aa344fcf014612f43f5bf21f9c9997fd67/custom-validation/server.go#L32)
`v, ok := binding.Validator.Engine().(*val…
-
ive been testing your Script and the issue i have faced is in the script it self i think id dont respond correctly to hotmail emails.
array(2) { ["o.imejad@hotmail.com"]=> bool(true) ["domains"]=> ar…
-
The email field in user creation form is optional, but we should validate it if a value is given.
-
- maybe email notifications (started doing it, need to setup a separate gmail account + notification system)
+- create new account UI
+- better login/register views + UI
**Issues to fix:**
**F…
-
The UriBeacon validator app fails most tests when descriptions are added to private characteristics.
I am currently using a nRF51822 board with a custom service with multiple characteristics alongsid…
-
using Nyholm/roave-bc-check-docker we run a github action on a codebase which contains a `lib/RegexFormats.php` file:
```php
-
What is the idea on form handling in sycamore? Should there be, at least, a simple way of form handling build into sycamore or is this something that should be fully handled by an external crate?
I…
-
Durante l'analisi del sito del Comune di Corigliano-Rossano ([www.comune.corigliano-rossano.cs.it](http://www.comune.corigliano-rossano.cs.it/)), il sistema ha generato il seguente errore:
`ERROR: …
-
I check the icon in the react-native-gifted-form/icons/color folder, but I follow the example After I change the textInput content, the checkmark icon or delete_sign icon never show up, any suggestion…