Viraj Kanwade
Viraj Kanwade
### Validations - [X] I believe this is a way to improve. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions - [X] I'm not able to find an [open...
Say on the 3rd page, I do the following: ``` Section section = document.AddSection(); section.PageSetup = document.DefaultPageSetup.Clone(); section.PageSetup.OddAndEvenPagesHeaderFooter = true; section.PageSetup.StartingNumber = 1; Paragraph paragraph = new Paragraph(); paragraph.AddText("Page ");...
I am trying to add Table of Contents to the PDF. I referred: http://www.pdfsharp.net/wiki/HelloMigraDoc-sample.ashx http://www.pdfsharp.com/PDFsharp/index.php?option=com_content&task=view&id=55&Itemid=63 But when I try to paragraph.AddBookmark and then DocumentRenderer.RenderObject, it raises this exception. ``` Unhandled...
https://docs.pydantic.dev/latest/why/
**Describe your question/** A clear and concise description of what you're trying to do. If run in kubernetes, what are the expected concurrency load levels? We ran some basic tests...
- Merge of harrivle repo - dependency version bumps - fix pytests
`id: Optional[int] = Field(default=None, sa_column=mapped_column('id', Integer, primary_key=True))` #573
Python 3.12 pony 0.7.17 I ran the estore.py sample https://github.com/ponyorm/pony/blob/orm/pony/orm/examples/estore.py `result = select(c for c in Customer if c.country == 'USA')[:]` ``` .venv/lib/python3.12/site-packages/pony/orm/decompiling.py", line 218, in get_instructions arg = [cmp_op[oparg]]...
https://codepen.io/travist/full/xVyMjo Add a Text Field In Layout tab, click on Overlay Set width 90px Click Save Expected: The text field should shrink. Actual: it remains 100%. Developer tools shows width...