Konstantin Semianov
Konstantin Semianov
Try `xvfb` https://github.com/cnr-isti-vclab/meshlab/issues/211#issuecomment-380077392
[LayoutProperties](https://developer.apple.com/documentation/swiftui/layoutproperties) is one of the optional [Layout protocol](https://developer.apple.com/documentation/swiftui/layout) requirements. In theory, it might help SwiftUI's layouting engine to make better size proposals. However, I haven't observed any difference with default...
Hi, @matthewkrom! Thanks for exploring the package and sharing your feedback. For your use case (top-aligned items in each row, with rows centered overall), have you tried using `alignment: .top`?...
Hi, this project’s latest release is 0.2.0, not 2.2.11. It looks like this issue may belong to a different repository — could you double-check and reopen it there?
Hi, @Mcrich23! Thanks for exploring the package and sharing your feedback. If I understand correctly, you’re looking for a layout that dynamically adjusts to horizontal space, potentially creating a grid-like...
@cau-git @mkrssg this should resolve the issue with extraneous empty paragraphs for `test_emf_docx.docx` and `word_sample.docx` test files. ```diff diff --git a/docling/backend/msword_backend.py b/docling/backend/msword_backend.py index ee51e98..ec071ef 100644 --- a/docling/backend/msword_backend.py +++ b/docling/backend/msword_backend.py @@...