Jiří Mareš

Results 6 issues of Jiří Mareš

**Versions** Scala CLI version: 1.3.2 Scala version (default): 3.4.2 IntelliJ IDEA 2024.1.3 (Ultimate Edition) Build #IU-241.17890.1, built on June 4, 2024 **Description** We used company artifactory to resolve/cache artefacts. Therefor...

bug
IDE
bsp

Scala CLI version: 1.5.1 Setting default repositories using command `scala-cli --power config repositories.default ivy2local https://out.server/repos/maven-proxy` affect also repositories for sbt. It is expected behaviour. It should change repositories only for...

bug
requires scoping
coursier
config

SLF4j version 1.7.36 when 2.0.16 exists ... If I use HikariCP I am forced to use this old version of slf4j in whole project.

more-information-needed

**Describe the bug** Specifying `text/plain` media type for response causes openAPI shows response example in wrong media type (stilll uses `application/json`). **To Reproduce** Following endpoint specifies response media type to...

bug
💎 Bounty

**Describe the bug** In following endpoint specification I provide response object example: ``` val ep2 = Endpoint(RoutePattern.GET / "greeting" / string("name")) .outCodec(HttpCodec.content[Greeting].example("1", Greeting("Hi Jane")) ?? Doc.p("Response")) ``` but the generated...

bug

Hi, is there any code or example how to integrate with ZIO?