zio-config icon indicating copy to clipboard operation
zio-config copied to clipboard

Easily use and document any config from anywhere in ZIO apps

Results 193 zio-config issues
Sort by recently updated
recently updated
newest added

For example, `Table` is a structure inside `ConfigDocsModule`, and `descriptor[Table]` doesn't compile as it cannot find the instances. Pulling `Table` out of the module structure seem to make things straight...

good first issue

Documentation as json is really useful than even markdown version, such that users of HOCON/Json will find it really easy to make their configuration work. With the new feature of...

good first issue

Windows Command Prompt and the new Windows Terminal App can't render the prettyPrint error messages: ![image](https://user-images.githubusercontent.com/7188920/84085709-83cf3f80-aa29-11ea-9e96-c42fe914a370.png)

good first issue

Some ideas can be found [here](https://pureconfig.github.io/docs/index.html) in PureConfig which does a pretty good job organizing content. Some ideas: - Central link on the home page should be "quick start", and...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [hmarr/auto-approve-action](https://togithub.com/hmarr/auto-approve-action) | action | major | `v2.1.0` -> `v3.0.0` | ---...

type: dependencies

A typical representation of enums (in Scala 2) is the following: ```scala sealed trait Status case object Succeeded extends Status case object Failed extends Status case object Unknown extends Status...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | minor | `v2.4.2` -> `v2.5.0` | ---...

type: dependencies

`CVE-2022-36944` exists in scala 2.13.0 ~ 2.13.8, see https://nvd.nist.gov/vuln/detail/CVE-2022-36944 Are we going to add support for scala 2.13.9?

This caught me by surprise last night and took an embarrassingly long time to realize :)