Dmitriy Rotatyy

Results 8 issues of Dmitriy Rotatyy

Can you add name of copyright owner and date information to license file in package please. Now, there are only placeholder in this place https://github.com/AirtestProject/Airtest/blob/master/LICENSE#L189

Can you add name of copyright owner and date information to license file please. At now, there are only placeholder in this place https://github.com/AirtestProject/Poco/blob/master/LICENSE#L189

Problem with plugin [example_work_with_content_controls_navigation](https://github.com/ONLYOFFICE/sdkjs-plugins/tree/develop/examples/example_work_with_content_controls_navigation) In [code](https://github.com/ONLYOFFICE/sdkjs-plugins/blob/develop/examples/example_work_with_content_controls_navigation/code.js#L74) was used undocumented method `window.Asc.plugin.event_onTargetPositionChanged`. This method will be recursively executed after click to any content control id in plugin meny ![gifout](https://user-images.githubusercontent.com/6047261/46815239-2f227f80-cd83-11e8-8175-407a49d266b1.gif)

confirmed-bug

[SetSpacingAfter.docx](https://github.com/ONLYOFFICE/ooxml_parser/files/455105/SetSpacingAfter.docx) `docx.elements.first.spacing.after = 2.54` its wrong

bug

[SetBasedOn.docx](https://github.com/ONLYOFFICE/ooxml_parser/files/442762/SetBasedOn.docx) `docx.elements[1].properties.table_borders` has not properties

bug

[GetTableCellPr (1).docx](https://github.com/ONLYOFFICE/ooxml_parser/files/441879/GetTableCellPr.1.docx) This code returns PresentationFill obj. Need to return Color class obj `docx.elements[1].rows.first.cells.first.properties.color`

bug

Hello. I use docker-compose file from `acs-community-packaging/docker-alfresco/test/docker-compose.yml`, and I have error 403 when trying to upload file to share. ![image](https://user-images.githubusercontent.com/6047261/59681828-7f3cc600-91dd-11e9-91a4-1684fa868765.png) Can you help me with it?

triaged

When debugging Ruby code in Zed with the Ruby extension, I only see logs in the DAP panel, and nothing in the console/terminal. Is it possible to output logs to...