Tomas Rimkus
Tomas Rimkus
And one more issue. Setting scale to > 1, causes shadow to be totally ignored: http://jsfiddle.net/0wpo2nvz/
@eKoopmans @niklasvh any thoughts on the issues shown here?
@bhagatapoorva * There is something broken with offset calculation in RC2 and RC3. Might be the regression mentioned in issue #1919 . Haven't tested yet. Also, setting `x` and `y`...
It only ever worked without border radius. Anyway, there is [a PR](https://github.com/niklasvh/html2canvas/pull/2367) which supposed to fix this and there are some proposed workarounds [here](https://github.com/niklasvh/html2canvas/pull/1848). Test it out and let us...
async+await or just old-school "promise.then()" is your best bet. Since `In order to prevent web workers from running into concurrency problems, the web worker spec prevents the worker from having...
Maybe [@ngneat/input-mask](https://github.com/ngneat/input-mask) could be a good alternative?
Worth noting that `angular2-text-mask` is not only causing problems with [Stackblitz](https://github.com/Tinkoff/taiga-ui/issues/2541) but also prevents usage of [yarn v2+](https://github.com/angular/angular-cli/issues/16980) and `pnpm` because of `ngcc` requirement. Would be awesome if getting rid...
The copy-pasted version is marked as `internal` and `deprecated`, but, yeah, it could be a valid work-around until you develop your own solution.
Which version of DevExtreme has these changes?
@IlyaKhD here is a list of DX deprecated types we have used: ```ts import {isObject} from 'devextreme/core/utils/type'; import {CustomStoreOptions} from 'devextreme/data/custom_store'; import {dxDataGridRowObject} from 'devextreme/ui/data_grid'; import {LoadOptions} from 'devextreme/data/load_options'; import...