Sebastian Mandrean

Results 16 issues of Sebastian Mandrean

If a project is on, say, `v0.2.0` and you have a breaking change-commit, running `semantic-rs` suggests the new version should now be `v1.0.0`: ``` $ semantic-rs -w=no -r=no semantic.rs 🚀...

Correct me if I'm wrong, but to me it seems that the Coursier CLI doesn't support fetching/resolving the `dependencyManagement` dependencies in BOMs? For example: https://github.com/FasterXML/jackson-bom/blob/master/pom.xml#L75 I've tried all kinds of...

I'm trying to find something similar to [Scala's Stream.diff](https://www.scala-lang.org/api/current/scala/collection/immutable/Stream.html#diff[B%3E:A](that:scala.collection.Seq[B]):C): ``` Computes the multiset difference between this sequence and another sequence. that: the sequence of elements to remove returns: a new...

Hi, Would you consider publishing a new release? The latest one (`0.10.7`) is from 2013, but `HEAD` is from mid 2018, so there's at least a 5 year gap there.

`ghost4j` uses a [~10 year old dependency of itext](https://github.com/itext/itextpdf/releases/tag/2.1.7) with a _kinda_ [corrupt dependency declaration](https://repo1.maven.org/maven2/com/lowagie/itext/2.1.7/itext-2.1.7.pom) on some bouncy castle stuff in its POM file. (It should have been `org.bouncycastle:bctsp-jdk14:1.38` instead...

Currently, for some reason, the CI/CD fails when trying to publish a new release/crate. I'm noticing some discrepancies between using [mandrean/semantic-rs](https://github.com/mandrean/semantic-rs) locally, and the exact same version of it remotely....

enhancement
CI/CD

- Bump Intellij plugins (I get a compilation error otherwise) - Bump gradle wrapper to v8.5 Seems to work for me? ``` ❯ cd ~/src/github.com/palantir/palantir-java-format ❯ java -version openjdk version...

no changelog

## Describe the Feature You Want The ability to access the tilt `cli` module & Cobra commands programmatically. Exactly how it already is with `ctlptl`! ### Current Behavior The `cli`...

enhancement