Dibo

Results 74 comments of Dibo

> if I should apply the changes to all other fields consider the `description` field

> @eng-dibo I would be happy to contribute, but can you give me a hint on how exactly that `description` field should help? there was a discussion [here](https://github.com/ngx-formly/ngx-formly/issues/3429) about this...

I got `"export 'resize' was not found in '@engineers/graphics'` **graphics.ts** https://github.com/eng-dibo/ngx/blob/master/packages/graphics/index.ts#L33 ``` export type Img = string | Buffer | Sharp; export type Size = number | string | null;...

> please at least update your docs to refer this issue

no, I mean it should match all rules until the end. for example, it has to match rule #2 against the output of rule#1 please read the last line in...

> our experimental space why not using an experimental branch instead of forking into a separate space ! it is a built in feature in git and sufficient for your...

very nice, hope to be merged very soon to fix https://github.com/angular/angular/issues/45062

you have the choice between tersing a file or a whole directory, anyway you can use glob expression to control which exactly files you want to terser, in addition to...

I want to use terser for many files (for real usage, all js files under dist/server, dist/browser except dist/browser/main-es*.js) so the only way to do that is to create a...