Daniel Kraus

Results 101 comments of Daniel Kraus

Hey @lim-on-air, Thanks for reporting this issue. Really weird that the PDF was deleted, this shouldn't happen! The problem is that I cannot reproduce the error. Could you attach (or...

Hmmm, the log doesn't say much. I will try to find a PDF of similar size, but if you find a way to provide me yours, that would also be...

@lim-on-air it's been a while since you've sent me your PDF file. Unfortunately, I still cannot reproduce the error on macOS, everything's fine (tested with PDF Zoom Wizard v0.6.0). Do...

Well, thank you, too! 😉 >Does the Zoom Wizard sort out the Inherit Zoom for hyperlinks? It seemed to do it for only bookmarks. You are right. Currently, the tool...

>Thank you for this wonderful tool! It works beautifully to add inherit zoom when the PDF files have the property PDF Producer: Acrobat Distiller 11.0 (Windows). However, when PDF Producer:...

@melissachang similar to @ragurney's IntelliJ plugin, this helps to execute Spotless via IntelliJ – which is already great! However, the issue here is basically about loading the IntelliJ formatter into...

I believe @LarsEckart's PR #100 for further options is a step in this direction. The to-do list now also contains "Options for file path": https://github.com/LarsEckart/ApprovalTests.Java/blob/6eaae958b2ec66d7d4a79295e4ec93655ca0f2eb/todo.txt#L3 Ideally, this can be configured...

Thanks for the hint @LarsEckart, works for me! Side note: Since `PackageSettings` field names are upper camel case, some IDEs might create warnings for not following Java naming conventions. Also...

@dpost we currently use our own [`ApprovalsUtil`](https://github.com/retest/recheck/blob/master/src/test/java/de/retest/recheck/util/ApprovalsUtil.java) on top of ApprovalTests, which sets the paths as we want them. The internal ApprovalTests call looks as follows: ```java Approvals.verify( new ApprovalTextWriter(...

@LarsEckart thx for the update! Would you mind pointing to the corresponding documentation? Looking forward to try it out (and close the issue).