ericxinzhang
ericxinzhang
I'd like to implement something like the following: A orchestration service whose constructor accepts dependency services (can be injected using `@inject` decorator) and a runtime value: ``` @injectable() class OrchestrationService...
**Is your feature request related to a problem? Please describe.** openapi-validator is doing a great job on request validation against the openapi spec file. However there are validations rules cannot...
**mapbox-gl-js version**: 2.13.0 **mapbox-gl-draw version**: 1.4.1 ### Steps to Trigger Behavior I implemented drawing polygon and circle on map using mapbox-gl-draw and [maplibre-gl-draw-circle](https://github.com/aws-amplify/maplibre-gl-draw-circle/tree/main), also used [the money patch](https://github.com/mapbox/mapbox-gl-draw/issues/874#issuecomment-470591089) so as...
### Summary Smithy ignores `sparse` trait and does not support null type when generating OpenAPI spec. ### Problem I defined the following smithy structure: ``` @sparse @length(min: 0, max: 10)...
I am learning Yeoman and going to write my own generator. I see actions/mixins in the [API doc](https://yeoman.github.io/generator/) but they are never mentioned in the Getting Started guides for Using...
### Please provide your feature request I would like to specify different sample rate for error reporting and non-error data. [This issue](https://github.com/aws-observability/aws-rum-web/issues/472) mentioned a possible solution of using two web...