Tomas Rimkus
Tomas Rimkus
Linear gradient in the following image is not applied. [linear gradient.txt](https://github.com/PhenX/php-svg-lib/files/909190/linear.gradient.txt)
Try using 15 character or longer user names in user panels to see the issue.
To reproduce: * Choose device emulation from Chrome developer tools * Select ipad You'll see that there is useless scrollbar in "home" page. EDIT: it seems to be caused by...
I understand that the examples should be as simple as possible but it really looks like you put absolutely no effort in the data grid example. * No margins *...
Is there any particular reason why you are not using "dx-form" for login form like you did in "golf club" example? It seems like you are needlessly over-complicating it.
If it's possible it would be really nice to have an option to specify cover page html template. Cover page unlike the rest of the pages shouldn't have any header/footer...
I have taken a look at some pull requests from other people and made them compatible with the latest code in master branch (27/06/2017). Also, made some minor code clean-up...
**Describe the bug** Extending with plugins and setting locale doesn't seem to work when using ESM bundle. Following code produces following errors when used in Angular Typescript project. ```ts import...
## Description `@IsDateString({strict: true})` doesn't work because options are not passed to the validator. ### Fixes Fixes #1061