Mark
Mark
Created a proposal https://github.com/build-server-protocol/build-server-protocol/issues/344
I think it's related to #2784, we were also wondering if there are currently any efforts to make this a better experience? If not, what direction we would like to...
First of all, great work with this library. Just doing some evaluation for scala 3. We use it in some projects and we would like to know if we could...
Running into the same issue, shouldn't the rules_jvm_external calculate the transitive dependency graph by using coursier?
I've found out that with bazel-deps at least the dependencies are translated to scala_import which include transitive dependencies. For modules including transitive dependencies which are used by other modules you...
I can confirm this behavior All root traces (104) All traces (228) All traces contains cronjob traces and http endpoint traces. Both are started from a `ZIO.root(name)`
The issue is this is that you already create a root span in the `OpenTracing.managed` function which is a good entry point function, but you allow in the `OpenTracing.Service` the...
I think it works out of the box, since you use sttp :) You can use just a sttp zio backend and you are set.
Looks great! What's the situation around security advisories/pen testing (discovery of vulnerabilities) ?
Like discussed here https://contributors.scala-lang.org/t/lack-of-security-tooling/5918, it would be nice to add reporting capabilities to scalafix. Is there a standard format for this in the industry for tools like SonarQube and such?...