Nicolas IOOSS

Results 36 comments of Nicolas IOOSS

Hello @seakayone, I encountered the same issue (in https://github.com/softwaremill/tapir/issues/4549). In your example, would this patch (from [branch `bug`](https://github.com/seakayone/tapir-openapi-generic-schema-bug/tree/c331b26009c79755871b54fcebd1d385429329ae)) fix the issue you had? ```diff diff --git a/src/main/scala/Main.scala b/src/main/scala/Main.scala index 91374f72d626..0336b542bc62...

Thanks for your review! I also played a bit with the Magnolia derivation in [`core/src/main/scala-3/sttp/tapir/generic/auto/SchemaMagnoliaDerivation.scala`](https://github.com/softwaremill/tapir/blob/303bb741d762deb1c92639667e0dc9832304bbab/core/src/main/scala-3/sttp/tapir/generic/auto/SchemaMagnoliaDerivation.scala) to better understand the limitation. I agree with you: when `join` is called to generate...

While writing the Pull Request, I encountered an interesting fact. In fact, Tapir's auto-generated derivation works fine! And there already is a [test for it](https://github.com/softwaremill/tapir/blob/303bb741d762deb1c92639667e0dc9832304bbab/core/src/test/scala/sttp/tapir/SchemaTest.scala#L206-L229)! Only the semi-automatic derivation using...

Hello, I created Pull Request https://github.com/softwaremill/tapir/pull/4568 with 2 commits. - The first one, https://github.com/softwaremill/tapir/pull/4568/commits/ec258778297727d44efa69f1eb5464f0961ce539, only updates the documentation. It documents the `inline given` solution with a small example. - The...

Hello, [I'm just someone who searched `polyfill.io` on GitHub Search and found this Pull Request, I'm not related to this project] Your Pull Request only modifies `README.md`, but its content...

> https://github.com/kubernetes-sigs/aws-load-balancer-controller/blob/de50bdd80b227fb2ed940b30e33c224065d8c035/docs/deploy/installation.md#using-the-amazon-ec2-instance-metadata-server-version-2-imdsv2 Thanks for the reference. I have not been using AWS Load Balancer Controller (LBC) in my EKS clusters so I was not aware of this limitation. From what...

I understand. I am fine with this approach. Thanks!

This issue is not stale, but pending.

This issue is not stale, but pending.

Hello @jaredjadu, I was surprised by your comment because I have been using `aws-ebs-csi-driver` for some years with IMDSv1 disabled and `http_put_response_hop_limit = 2`, without any issue... but only in...