Jorge Yero Salazar

Results 4 issues of Jorge Yero Salazar

## Bug Report #### Current Behavior Fields with value `NaN` are displayed as `null` in Playground Result. #### Code/Gist #### Expected Behavior/Code Fields with value `NaN` should be displayed as...

bug

The [quotas](https://cloud.google.com/endpoints/docs/openapi/quotas-configure) limit is per minute, so if we get status code `429 Too Many Request` and we wait a minute we should be fine but after we wait a...

enhancement

When I add a quota to my OpenAPI document like ```yaml x-google-management: metrics: - name: read-request-rate displayName: Read Request Rate valueType: INT64 metricKind: DELTA quota: limits: - name: read-request-rate-limit metric:...

enhancement

The releases with sdks version 2 and 3.0 are not working because the myget source specified in the `nuget.Config` is not available anymore as mentioned in https://github.com/dotnet-architecture/eShopOnContainers/issues/1575. It would be...