Results 9 issues of Peter Kotula

[Open Api Specification](https://swagger.io/docs/specification/data-models/data-types/) mentioning Any Type based on that i tried to define ``` yaml EntityWithProp: type: object properties: id: type: string name: type: string prop: anyOf: - type: string...

enhancement
help wanted

Hi, i have following schema ```yaml Product: type: object properties: id: type: string type: $ref: '#/components/schemas/Type' required: - shape - id Type: type: string enum: - Service - Digital ```...

scala
good first issue

docker run adi90x/rancher-active-proxy crash on missing "/etc/nginx/conf.d/default.conf" ``` 08/03/2017 14:41:31Creating Diffie-Hellman group (can take several minutes...) 08/03/2017 14:41:31Generating DSA parameters, 4096 bit long prime 08/03/2017 14:41:31...+++++++++++++++++++++++++++++++++++++++++++++++++++* 08/03/2017 14:41:39.+....................+.........+...+......+.............................+...+.+........+..........+...+.+.....................................+.+.+.............+..+.+.+......+...............+.....................+...+.+.......+..........+...........+.....+....+...............+......+.....+..+...+..+......+....+........+..+..........+..+.........+.......+.....+..........+.+...+...+...........+..........+.......+......+......+......+...........+..+.....+....................+................+...........+............+..+...+....+.+.....+......+.+.......+.+.........+.+.............+..........+.......+..........+...+..................+...........+.....+.........+....+............+..............+.............................+..+...+...+...............+..............+.+.......+.+.............+...+..+................+.........+..................................................+.+..............+..................+................+.+................+....+........................+..........+..............+...............+.....+................+..+..........+.................+.......+..+......................+...................+...............+..+.+...........+.....+...+..........+...........+...............+..+...+....+.....................+.......+....+.....................................+......+.........+.............+.....+.......+...+.+....................+.....+....+.......................+..........+............+......+.....+...+...+.......+............+.......+..........+........+.......+....+..........................+.........+.....+..+.+....+........+...+...+.+.....+........+.......+..+..............+...+.+.......+.............+...........+........+....+..................+..........+..+...+...+.....+.....+.....+...+.........................+++++++++++++++++++++++++++++++++++++++++++++++++++* 08/03/2017 14:41:39INFO...

Fixes: #509 current version of ZLogger (zio 2.0.2) and also other loggers implementations, in general, they are supporting just log filtering by LogLevel (Zlogger.filterLogLevel) log backends implementations like logback, log4j...

fixes: #524

current version of `ZLogger` (zio 2.0.2) and also other loggers implementations, in general, they are supporting just log filtering by `LogLevel` (`Zlogger.filterLogLevel`) in general log backends implementations like logback, log4j...

in case of parallel execution, it may happen, that MDC context will be reset/rewritten with other Fiber, before it is logged ```scala package zio.logging.backend import zio.logging.LogAnnotation import zio.test.Assertion._ import zio.test._...

added support for draft: https://json-schema.org/draft/2020-12/release-notes.html NOTE: I do not have extensive knowledge regarding json-schema, in relation to draft changes, i tried to identify which parts of json-schema are used in...

in current implementation we have json logger however there is not way have to do case class logging to json in structured way there is also limitation in relation to...