Marco Ellwanger

Results 7 issues of Marco Ellwanger

Play WS Version: 2.7 API : Scala Operating System: Any JDK: Any Expected Behavior play-ws should not alter outgoing WSRequests or at the minimum provide a function where you can...

Example: ``` [...] myService = { [...] ingress_ports = [5701, 15701] # vert.x hazelcast cluster container_port = 80 auto_scaling_metric_type = "ALBRequestCountPerTarget" auto_scaling_target_value = 200 [...] } [...] ```

## Changes Fix for https://github.com/drwpow/openapi-typescript/issues/1631 ## How to Review _How can a reviewer review your changes? What should be kept in mind for this review?_ ## Checklist - [x] Unit...

**Description** v0.9.3, 0.9.x Need a way to disable certification validation via a client option, as the fetch function needs to be replaced in order to make setGlobalDispatcher work, and the...

enhancement
PRs welcome
openapi-fetch

### Checkboxes for prior research - [X] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide) and [API reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest) - [X] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js). - [X] I've searched for [previous similar...

bug
workaround-available
p2

## Changes [Allow client option for custom dispatcher into fetch requests (e.g. to disable certificate validation)](https://github.com/openapi-ts/openapi-typescript/issues/1631) ## How to Review This has been discussed before under a previous PR #1636....

### Issue description For multiple table inheritance the parent column decorator/metadata is always used, though it's valid to override certain properties in the child entity colum deocrator for inherited columns...

bug
requires triage