Greg Oledzki

Results 146 comments of Greg Oledzki

Another road-block: - akka-http [seems to publish for Scala 3 only starting their 10.5 branch](https://search.maven.org/artifact/com.typesafe.akka/akka-http_3) - akka-http 10.5 seems to require Akka >=2.7 as per: ``` Current version of Akka...

And now [Play-json 2.10](https://github.com/playframework/play-json/releases/tag/2.10.1) supports Scala 3, but at the same time they have dropped Java 8 support

> taking the absolute value before plotting the chart would resolve this issue That's one way to address the problem. IMHO another and yet cleaner would be to throw an...

Here's some code with `System.out.printlns`: https://github.com/knowm/XChart/blob/1f31cce168b26adbec479eb4f38d7c6cd9724a53/xchart/src/main/java/org/knowm/xchart/internal/chartpart/AxisTickCalculator_.java#L302-L311

slf4j(-api) is the industry standard these days

> How could I change the color of a single point/bar? Answering the question in the title (the description mentions some runtime dynamic changes). I've looked for that and I...

A workaround (for my problem) - i.e. statically drawing a bar chart whose bars are of different colors (e.g. based on value) is to have a stacked chart with two...

(just a lurker, not part of the project, just trying to help) > "valid" I wonder if this is in fact not supported. The README for this project says: >...

Sure. That'd be great. We are not in a hurry, just making sure all our dependency stack is kept up-to-date.

I think that's a good idea. I haven't tried it yet. Up for grabs. Not sure if we can afford to switch to pekko (provided that it works) or it...