Leonid Dubinsky
Leonid Dubinsky
```scala //> using scala 3.4.0 //> using dep dev.zio::zio-schema:1.0.1 //> using dep dev.zio::zio-schema-derivation:1.0.1 //> using dep dev.zio::zio-schema-json:1.0.1 sealed trait Animal object Animal: sealed trait Mammal extends Animal case object Bison...
Schema derivation fails when intermediate types with no leaf case objects/classes derived from them are present in the sealed trait (or sealed abstract class) hierarchy. I can understand failure to...
**Describe the bug** With parameterized case class used as endpoint's output, Open API documentation generator crashes. **To Reproduce** Steps to reproduce the behaviour: 1. Run the following code: ``` //>...
**Is your feature request related to a problem?** Yes: just as credentials in force on the machine running `devpod` are injected to the workspaces, so should be the environment variables...
**Is your feature request related to a problem?** Yes: there is currently no way to find out, using `devpod`, what options set by `devpod` are in effect for a virtual...
**Is your feature request related to a problem?** Yes: one of the advantages of using `devpod` and `devcontainers` is the ability to spin up pre-configured development environment for a repository;...
### The problem I can change the water temperature using ViCare application, but in Home Assistant, the entities to do that are missing. I suspect that the problem is similar...
SBT plugin [ScalaNativePluginInternal.scala](https://github.com/scala-native/scala-native/blob/main/sbt-scala-native/src/main/scala/scala/scalanative/sbtplugin/ScalaNativePluginInternal.scala#L80) excludes certain dependencies ("Exclude cross published version dependencies leading to conflicts in Scala 3 vs 2.13"). Is this till needed? If so, what scenario triggers the conflicts...