Vitalii Voskobovych

Results 2 issues of Vitalii Voskobovych

В файле `.realsync` раскомментировал секцию ``` # You may load some other config files. It's a good practice to put # all user-specific options (e.g. "user" directive, see below) to...

I have a field to enter the price. Allowed to enter the price fits the regular expression. ``` ^\d{1,10}(\.\d{2})?$ ``` that is, the whole of the ten digits and exactly...