Julian Baumann
Julian Baumann
Any updates on this? Almost everytime I want to fetch, push or pull some changes in git, I have to force quit the SecretAgent in order to restart it, as...
Running ` cargo run --bin header-translator` on a freshly cloned repo exits with this error: ``` thread 'main' panicked at crates/header-translator/src/rust_type.rs:1002:18: unsupported type: Type { kind: ObjCObject, display_name: "NSDictionary" }...
Apple clang version 15.0.0 (clang-1500.1.0.2.5) Xcode: Version 15.1
So basically, the system should check whether the remaining available space on the page is insufficient to fully display the desired content. If so, it should attempt to move the...
Brilliant! I wasn’t aware of PreventPageBreak, as I was still using an older version. I’ve tried it now, but now the GeneratePdf method hangs indefinitely
Sounds good! I’ll try it out and work on putting together a minimal reproduction repo. I’ll get back to you once I have more details.
I just tried it, but unfortunately it doesn’t solve the issue. I am working on a reproduction repo, but it takes some time, since our program produces a highly dynamical...
Jep, that fixed the issue 🥳 Thank you!
I’m now encountering another bug that may be related. The rendering engine correctly detects that there isn’t enough space on the current page to render the entire section, as the...
I tracked the issue down to a `.PageBreak()` call in the layout. Here is a reproduction repo: https://github.com/julian-baumann/quest-pdf-page-break [This line](https://github.com/julian-baumann/quest-pdf-page-break/blob/6d2001c271118989c3c346c7ca0b5c43ab4ce3f6/QuestPdfPageBreak/Layout.cs#L78C1-L78C70) causes the bug. The red section represents a table of...