Johannes Beranek

Results 11 comments of Johannes Beranek

@wakirin what's needed to get this (or a similar fix) merged? We'd really prefer to have this issue fixed at the root than having to fork. Thanks!

Just prevented me from installing on a corporate machine on which I can otherwise install everything, as I have full admin, because there is no "Run anyway" button, even after...

@weiZhenkun had a similar issue. Set alignment of table to Element.ALIGN_LEFT and add setPadding(0) to the cells, and it should work. Not sure why aligning the table left is needed,...

My preference would be - add linear boolean flag to thumbnail methods - add vips_icc_import in case image is not resized but e.g. autorotated With what is mentioned here https://www.libvips.org/API/current/Using-vipsthumbnail.md.html...

Is there anything I can do to get this working @dbouron ?

Actually, this might be (partly) resolved if you add the remaining parameters to the thumbnail method That way it would be possible to create all the needed crop/inside fill/outside fit/exact...

@dbouron thanks! We've sinced forked https://github.com/cactuslab/JVips (and added a few fixes) though which provides all those features as well as a closer-to-libvips interfaces, so from my end this is a...

@aleksandy Besides what I wrote under "Reproducible Test Case", try the attached module [lombok-module.zip](https://github.com/playframework/play1/files/12792320/lombok-module.zip) Then just use some lombok, e.g. ``` import lombok.Getter; class Whatever { @Getter private int testValue...

@aleksandy no, it works with that code. I've put print statements in python and java code and with the latest version the before just isn't triggered anymore on precompile. It's...

Also @aleksandy just switching `framework/src/play/libs/IO.java` fixes the issue, so some change there broke it.