Gábor Bakos

Results 5 issues of Gábor Bakos

### Describe the bug At [Schema Object examples Model with Example](https://www.asyncapi.com/docs/specifications/v2.2.0#model-with-example) the examples (JSON and also the YAML) use `example`, but the previous part of the specification suggests that `examples`...

🐞 Bug

It seems with Scala 2.13.8 (with `-Xsource:3` and ZIO config 3.0.0-RC1) the `generateReport` does not contain any part of the config values passed as `value` parameter. Example code: import zio.config.*...

Code to reproduce with fastparse 2.1.0: ``` import fastparse._, NoWhitespace._ class FastParseMacroBug { def expression[_: P]: P[Int] = (P("(" ~ (expression ~ (";" ~ expression).rep(0)).map { case (l, _) =>...

This change adds OSGi support to parso and bumps the version number to `2.1.0-SNAPSHOT`.

[Scala 3 type level programming.zip](https://github.com/almond-sh/almond/files/13743441/Scala.3.type.level.programming.zip) I used almond 0.14.0-RC14 with the attached notebook and when I re-execute the second cell, I receive: ``` -- [E040] Syntax Error: cell3.sc:113:2 ----------------------------------------- 113...