Bennett Lynch

Results 29 comments of Bennett Lynch

I think the need for declaring `enumUnknownDefaultCase` at the spec-level is perhaps a symptom of poor tooling support for handling unknown enum values in general. Rather than handling an unknown...

+1. Have a long-running activity that resumes from a previous heartbeat's checkpoint and it's difficult or not possible to test.

@pivotal-cla This is an Obvious Fix https://cla.pivotal.io/about#obvious-fixes

+1 to the current enum approach not being extensible enough. I'm not sure where is best to have this discussion (_OpenAPI-Specification_ or _openapi-generator_), but I think that the generated clients...

Here is a helpful (but not perfect) workaround for Kotlin users: 1. Expose your enum-like properties strictly as strings 2. Declare a corresponding enum in your schema (but don't use...

@thejeff77 It's probably possible but I don't think it should be relevant or needed here. The whole idea is to force OpenAPI Generator to treat enum-like values as strings, and...

Hi all, We just released support for a new `AsyncResponseTransformer`: `toPublisher()`. This transformer makes it easier to directly consume a streaming-response payload (e.g., S3 GetObject) with async clients. It returns...

+1. I love Karabiner and I use most of the PC-Style shortcuts, but for IntelliJ IDEA, I want to use the built-in XWin keymap and not rely on Karabiner (other...

Related to aws/aws-sdk#245. Test is currently failing due to: ``` software.amazon.awssdk.services.cloudwatch.model.CloudWatchException: timestamp must follow ISO8601 (Service: CloudWatch, Status Code: 400, Request ID: bc1e6fec-3be3-469e-bc7a-64fdcbad8c4e) at software.amazon.awssdk.services.cloudwatch.CloudWatchIntegrationTest.put_get_metricdata_list_metric_returns_success(CloudWatchIntegrationTest.java:158) ``` Pending further investigation with...