Ingemar Ådahl
Ingemar Ådahl
The [Nested JSON](https://httpie.io/docs/cli/nested-json) CLI syntax allows me to construct a request body without having to type out the raw JSON (loving it), but it seems to collide with how arguments...
## Reproduction steps Scala version: 2.13.11, 2.13.12 Works in: 3.3.1 ```scala type Id[A] = A trait Extract[T, F[_]] { def apply(json: AnyRef): F[T] } object Extract { implicit val extractString:...
Hi. Screen sharing used to work for me, but "something happened", and now it doesn't. I've been experimenting for quite a while now, but cannot get it to work in...
When using the [converting Smithy to OpenAPI](https://smithy.io/2.0/guides/model-translations/converting-to-openapi.html#converting-smithy-to-openapi), generation of [examples](https://swagger.io/docs/specification/v3_0/adding-examples/) from the [`@examples`](https://smithy.io/2.0/spec/documentation-traits.html#examples-trait) documentation trait the [`@jsonName`](https://smithy.io/2.0/spec/protocol-traits.html#jsonname-trait) trait is not respected, leading to generation of examples which don't comply with...
This PR adds support for calling [reusable workflows](https://docs.github.com/en/actions/reference/workflows-and-actions/reusable-workflows) instead of listing `steps` within a workflow. Since there now exist a difference in the set of supported keys between a "standard"...