Sebastian Mandrean
Sebastian Mandrean
Created a PR for it, works well for me locally on my project. Please have a look! https://github.com/semantic-rs/semantic-rs/pull/138
3 years later, and Ledger still didn't bother implementing message signing. Smh.
Hmm, I guess you can do: ``` use itertools::Itertools; use itertools::EitherOrBoth::{Left, Right, Both}; let a = (0..=10).step_by(2); let b = (0..=10).step_by(4); let a_not_b = a .merge_join_by(b, |i, j| i.cmp(j)) .flat_map(|either|...
I'd chime in that I'm also blocked by this!
@jin https://github.com/mandrean/rules-jvm-bom-deps/blob/master/WORKSPACE#L18 and https://github.com/mandrean/rules-jvm-bom-deps/blob/master/src/main/java/se/mandrean/rulesjvmbomdeps/BUILD#L5 (If I use `"com.fasterxml.jackson.core:jackson-annotations:2.9.10"` instead of `"com.fasterxml.jackson:jackson-bom:2.9.10"` then obviously it works, but that defeats the purpose of using the BOM.)
Damn. https://repo1.maven.org/maven2/com/itextpdf/itextpdf/5.5.13.1/itextpdf-5.5.13.1.pom I fell for the good ol' AGPL trick... https://media.giphy.com/media/s0FsE5TsEF8g8/giphy.gif Thanks for pointing it out!
@MartinWillkomm @4F2E4A2E ~1.5 years later, I have an alternative solution: There is an actively maintained LGPL fork of IText 4 called [LibrePDF/OpenPDF](https://github.com/LibrePDF/OpenPDF). And it uses the old package namespaces, so...
Ping @MartinWillkomm @4F2E4A2E
Ping @4F2E4A2E @MartinWillkomm
@mismatch, @rflammia I created a PR for this: https://github.com/zippy1978/ghost4j/pull/66