Results 38 comments of David Francoeur

I wrote a reproduction program. It's a part of the other `ebox-cli` module, but it can be run independently. https://github.com/daddykotex/ebox/tree/4bcf44065b891023c89324eae5677c077dc73058/blaze-repro/src/main/scala/blaze Here's the result: ``` ➜ ebox git:(main) ✗ sbt "blazeRepro/run"...

If you have a high level plan for debugging, I would be happy to help. I'm just very unfamiliar with the SSL shenanigans on the JVM. If you tell me,...

Sorry, I forgot a bit about this. With the right loggers, it prints the following: ``` [info] welcome to sbt 1.4.2 (AdoptOpenJDK Java 1.8.0_265) [info] loading settings for project global-plugins...

This is an old issue but I'll post my findings anyway. - sbt-scalafmt: 2.4.5 - io.coursier.interfaces: 0.0.17 (embeded coursier: v2.0.0-RC5-6) - sbt: 1.5.5 At work, we have a very constrained...

I have some suggestion on how to improve the situation: 1. support for the same properties format as sbt/via (maybe via a fallback) in coursier cc @alexarchambault 2. passing `sbt...

So I've had a similar issue on coursier/interface. There is an interface-test module that has java test and runs them using the junit-interface plugin. `crossPaths := false` also fixed this...

Let's reopen if someone ask for that.

Will look into it soon. What would be an ideal interface for you to implement this, can you share some code?

One month later, sorry, life happens ehh. I'm checking it out today. The plan would be to put that feature in a separate artifact: `courier-retry` to let user import it...

WIP: https://github.com/dmurvihill/courier/pull/61 I need retry for scala 3: https://github.com/softwaremill/retry/issues/39 I would like some feedback from you @colindean. See the readme update in the PR and let me know what you...