Oleksii
Oleksii
Hi. Are there any news regarding this? I would need this feature, so probably will try add it myself if nobody has started working on it yet.
Well, I guess, I've ended up adding almost everything [spring-data-redis](https://github.com/spring-projects/spring-data-redis/blob/main/src/main/java/org/springframework/data/redis/connection/ClusterTopology.java) has introduced to work with topology. So moving it here is not an option. Mb it would be helpful for...
For some reason current implementation allows only 3px of height. With -3 offset and 6px scale condition is passed. com/lowagie/text/pdf/ColumnText.java:864 ```java if (yLine > maxY || yLine - currentLeading <...
Who knows what's the reason for setting those limits? ```java float lly = -1; float ury = 2; ```
There is note in iText `we don't call invokeOperator for embedded images - this is one area of the PDF spec that is particularly nasty and inconsistent`. For inline images...
Ok, actually we cam mimic same behaviour by changing only `private class Do implements ContentOperator` in `PdfContentStreamHandler`.
yeah, but in this case entrypoint would be exactly the same, however processing and callback signature would be different as in iText they introduced lots of new entities to work...
Same here. All project() dependencies are breaking release.
@dlesniakdev yeah, that was for snapshot release. All external deps are releases, while internal modules are snapshots.
@freelanseod In order to connect and retrieve schema list I'm using default cassandra keyspace. Appears it's not present in your installation. That's a dirty workaround but was working. What cassandra...