zio-config
zio-config copied to clipboard
Easily use and document any config from anywhere in ZIO apps
Probably this would involve a generic module in Scala3, with its own `Generic` that allows to and fro from tuples. The intermediate tuple elements can stay as type members, allowing...
I am using java properties to inject the values of an array in an HOCON configuration file (https://github.com/lightbend/config#set-array-values-outside-configuration-files). Here is a simple code snippet reproducing the issue I am facing:...
currently zio already has [ZLayerProjectOps#project](https://github.com/zio/zio/blob/7d6fe956e884fa2be37dfc50827cd84018869102/core/shared/src/main/scala/zio/ZLayer.scala#L2232) with exactly same signature. Does it exist for any other reason?
We have support for yaml source. Let's update this in website.
1. Make the heading of each table in generated markdown a complete path instead of leaf names. This will remove the need to index duplicates, and the need of having...
We just need to decide what exact examples need to be put into the original README, and make them available instead of having to click through website.
https://zio.github.io/zio-config/docs/usingconfigdescriptor/configdescriptorusage_index#generating-a-random-config-using-zioconfiggen
Currently using `zio.config.magnolia.descriptor` will automatically derive implicit Descriptors for an arbitrarily deep hierarchy. This can often be unexpected and I would prefer to have semiautomatic derivation similar to what circe...
Since we are concatenating descriptions, it may confuse user when it comes to nested structure, for instance, a description may be applied to only a parent key. For example, if...
Once documented, we can release the next version of zio-config