Andrey Bykiev

Results 271 comments of Andrey Bykiev

@miki995, hi! I've tried to use your fork and getting this error, what can be wrong? For some reason it called 2 time and second time `this.themeData` doesn't contain `colors`...

> > > > > > > > > Thanks this seems to work mostly, > > Alternative question, maybe you know... Why is formcontrol missing for `ngx-monaco-diff-editor` ? >...

It seems this library is not maintained anymore, I've found [this library](https://github.com/materiahq/ngx-monaco-editor) with angular 13 support

@IlyaKhD, hi! We're using `ColumnCustomizeTextArg` type and it's deprecated now. We're using it for `customizeText` function

@IlyaKhD, can you please help me with DevExtreme typings? I'm using dxTextArea `onKeyDown` event, it's type is `NativeEventInfo` (`NativeEventInfo` in my case). I would like to check wich key was...

Also `Deffered` is marked as internal, but is used for custom adapter implementation [here](https://github.com/DevExpress/DevExtreme.AspNet.Data.NgHttpClientSample/blob/456a01dc11fb027456dcfbce3dcd302e391f24c2/src/ng-http-client-helper.ts#L58) [allowEditing](https://js.devexpress.com/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/editing/#allowDeleting) (as function) and other type definitions is hard to use ``` /** * Specifies whether...

> > I'm using dxTextArea onKeyDown event, it's type is NativeEventInfo (NativeEventInfo in my case). I would like to check wich key was pressed, but how to get access to...

@LexDX, thank you for your comments! But I still don't understand the puprpose of extending `DxEvent` with an `EventType` interface, which extends empty interface `JQueryEventObject`, also there is a comment...

`import { dxTabPanelItem } from 'devextreme/ui/tab_panel';` `dxTabPanelItem` marked as deprecated, used as a dataSource for `tabPanel` control

@unocelli, what is a branch name?