Pavel Lobashov

Results 862 comments of Pavel Lobashov

Thanks for noticing, I've created issue 49537 in our private issue tracker

I asked our devs and they said that currently we do not use `grunt-mocha` but planning to add some more test in future, so we don't like idea of complete...

Thanks for pointing out, we did some research and moved some packages to `devDependencies`, so whey should not be installed on Production environment https://github.com/ONLYOFFICE/web-apps/commit/74a44dce21bc345bd9035284d9e4361cfd07bdd0

Hi, could you change base branch to develop? We are not merging any changes directly to master, thanks

Am I right - you're trying to solve [issue](https://github.com/ONLYOFFICE/sdkjs-plugins/issues/91) with single method by completely disabling options?

Need a lot of refactoring of old (and shitty) color code, so move to P2 by now

Need to invent system then styles that are based one on another can be calculated in one complete style By now as temporary solution you can use code like this:...

Use `docx.elements[1].paragraph_properties.spacing.before` not `docx.elements[1].spacing.before`

Actually in your example `docx.elements.first.paragraph_properties.spacing.after` is `1440 dxa` But generally speaking - `DocxParagraph#spacing` and `DocxParagraph#paragraph_properties#spacing` is not the same. `DocxParagraph#spacing` use default values, so it always set, and other do...