Michael Dowling

Results 10 issues of Michael Dowling

The breadcrumbs are covered up by the sticky nave bar on small screens.

If we're brainstorming on 2.0 ideas... then what about removing the concept of a global dependency on a TaskQueue? In the current implementation, promises are added to a global TaskQueue....

question

We currently only define prelude shapes in the prelude section of the spec: https://awslabs.github.io/smithy/1.0/spec/core/prelude-model.html. - [ ] Include the entire prelude from https://github.com/awslabs/smithy/blob/master/smithy-model/src/main/resources/software/amazon/smithy/model/loader/prelude-traits.smithy - [ ] Better document the prelude...

documentation

It would be nice to have a spell check model linter that looks for spelling issues in shape names, member names, documentation, and maybe any string. It might be hard...

feature-request

The code used to represent typed values for traits are ripe for code generation-- they're mostly the same thing and formulaic depending on the type of trait. - Example of...

feature-request

We should add built-in support for OAuth 2.0, including traits used to configure OAuth and specify scopes per/operation. These traits and scopes would also be used in Amazon Cognito auth...

feature-request

This commit simplifies the JMESPath grammar and moved the grammar to a separate downloadable file. This is WIP PR. I'm finding other places in the grammar that I think could...

Would it be at all possible to separate the JSON schema portion of this crate out into its own crate that's focused only on JSON schema validation?

Various places in this library that parse null will see 'n' and then skip the next three characters without validating that the next three characters are 'u' 'l' 'l'. So...