DanielB

Results 5 comments of DanielB

What about making the generated client look at values in the X-Amzn-ErrorType header to match one of the errors defined on the operation? If there's only one matching value -...

@adamthom-amzn what do you think of the two options in the PRs? Do you think one of them is viable for merging? I think that customizing the header name is...

This does unblock me. Appreciate you keeping this open - would be great to have the same support for all the supported languages!

I would love to have something like this. I would like to use this library in the context of validating inputs against a json schema but where the numeric inputs...

The people over at Monaco have implemented a better way to implement this calculation without introducing incorrect results - https://github.com/microsoft/vscode-json-languageservice/blob/7a478cd29a387cf8813b0a32499e2347102d7a6c/src/parser/jsonParser.ts#L596 At a high level this solution works by multiplying both...