Hero Wanders
Hero Wanders
A little addition: while there are special cases where the analyzer is expected to report _no_ warning (for methods from the interfaces `IDisposable` and xunit's `IAsyncLifetime`), my example is no...
@manvydasu: Writing a unit test for this case is difficult with the current testing infrastructure, because the source code (written as text) is probably parsed as C# 7.3 and not...
I just found another use-case for this suggestion: We have multiple SPAs in our static resources, for each app all unmatched paths should be forwarded to index.html: ```yml uri: forward:/app/{appName}/index.html...
To reformulate my expectation: I think if the `PLVBox`'s rows are not vert-splittable themselves, it should consider the rows as whole elements and try to split those.
I just played around a bit with the source code and just removing [the block checking for vert-splittable elements](https://github.com/phax/ph-pdf-layout/blob/b9d6f9a7748ea4e7f6e6371d35f835120ba401f7/src/main/java/com/helger/pdflayout/element/vbox/AbstractPLVBox.java#L710-L716) did work in my case. Probably the code is there for...