Julián Unrrein

Results 88 comments of Julián Unrrein

From [this comment](https://github.com/qpdf/qpdf/issues/437#issuecomment-619639710) in the linked issue: > (...) it is possible to copy the entire AcroForm and Annotations dictionaries from one file to another, after forms will work on...

Hello there. I use Opensuse and I'm interested in seeing this fixed. How do I compile the tests? Creating a `build/` folder inside `tests/` and running `cmake` there doesn't seem...

@eidheim Thanks for the instructions. On one hand, I can hit the same issue you did when adding `#include ` to the souce_clang_text main.cpp file. On the other hand, I'm...

@eidheim Sorry for disappearing! Somehow the notifications got filtered out from my email inbox. I can now build and use jCi++ without issue! I do have the lldb header files,...

I would like to have a "watch variables" window/panel, where I can add specific variables I want to watch. Something interesting that can be done here is highlighting which variables...

Another reason I would like to see a "watch variables" panel is that a lot of times some classes/structs have members with lots of elements (like a vector) and it's...

Sorry for the unrelated question, but how did you get the debug toolbar? The one with the start, stop, step in, etc. buttons. Edit: I saw that it was a...

Thank you for taking this up and for providing a workaround. Just wanted to add that the same thing happens if the `@OneToMany` relationship is `@ManyToMany` instead. I'm updating the...