Tomas Herman
Tomas Herman
Hello, after update to scala 3.0.2 (https://github.com/avast/scala-server-toolkit/pull/879) we're seeing warning: https://github.com/avast/scala-server-toolkit/runs/5993674443?check_suite_focus=true#step:5:225 ``` [error] -- [E030] Match case Unreachable Error: /home/runner/work/scala-server-toolkit/scala-server-toolkit/micrometer-statsd-pureconfig/src/main/scala-3/com/avast/sst/micrometer/statsd/pureconfig/ConfigReaders.scala:10:17 [error] 10 | ConfigReader.derived [error] | ^^^^^^^^^^^^^^^^^^^^ [error] | Unreachable...
Hello! Following swagger code: ```yaml swagger: '2.0' paths: /dummy: post: operationId: dummy responses: 200: schema: type: object properties: foo: type: string bar: type: string ``` generate this code: ```scala sealed...
Hey, are there any plans/interest in generating validation code for DTO objects? For example arrays that contain certain number of elements, strings with length constraints etc? Thanks!
## steps - Checkout datadog4s at this [commit](https://github.com/avast/datadog4s/commit/afe26dddbb714c48499dfc157ecc29a7cdc4ca9c) - run `sbt doc` ## problem Task succeeds but apidoc is not generated, following warning is written out: ``` [warn] bad option...
Hey guys, i have following problem: i am trying to pickle this case class ``` scala trait GuiMessage case class SkillMatrix(operators: Seq[String], skills: Seq[String], enabledSkills: Seq[(String,String)]) extends GuiMessage ``` The...
As described in #436, API docs generation does not work. This is likely caused by sbt/sbt#6652. Once the issue is closed, we should make sure that docs are generated and...
Hi, are you interested in adding domain sockets support? they are very useful in handful of scenarios :) I already started working on this and it seems not too difficult...
Hello, Thanks for this plugin! I'm trying to use shading in one of our project and it seems that empty packages must be added to `validNamespaces`. Is that intended? It...