Dmitriy Rotatyy
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 
[SetSpacingAfter.docx](https://github.com/ONLYOFFICE/ooxml_parser/files/455105/SetSpacingAfter.docx) `docx.elements.first.spacing.after = 2.54` its wrong
[SetBasedOn.docx](https://github.com/ONLYOFFICE/ooxml_parser/files/442762/SetBasedOn.docx) `docx.elements[1].properties.table_borders` has not properties
[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`
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.  Can you help me with it?
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...