Thorben Schmidt

Results 2 issues of Thorben Schmidt

I have a Qdrant database with 65.909.239 points. When I do a large query with my Java application using searchBatchAsync() I get a timeout exception. I have set all timeouts...

### Describe the bug In `@pdfme/common/src/dynamicTemplate.ts`, `flattenSchemasWithOffset` uses variable page heights, but `breakIntoPages.calculateNewY` expects constant page heights. `flattenSchemasWithOffset` (line 306): ```typescript const getPageHeight = (pageIndex: number) => basePdf.height - paddingBottom...

bug
@pdfme/common