msosnicki

Results 7 issues of msosnicki

Currently the JaegerSpan is not setting the appropriate error flag when exception happens. The error flag is respected in the Jaeger UI and the effect can be seen [here](https://www.jaegertracing.io/docs/1.29/frontend-ui/#trace-page) (error...

Proposal to change the behavior of `NatchezMiddleware.server`. Currently, it puts the context into existing span. The span per request is created in the `EntryPointOps`, which is only used for `Kleisli`...

Making the client middleware cancelable. I have some small snippets that demonstrates the problem, please let me know if it's worth making a TestCase out of them and including in...

We're using the new smithy-trait-codegen module to generate the java trait files for the protocols. Seem that the unions are not supported yet https://github.com/smithy-lang/smithy/blob/1805e515bc3877a02aa8351da1a7ea62e92a2c8f/smithy-trait-codegen/src/main/java/software/amazon/smithy/traitcodegen/TraitCodegenSymbolProvider.java#L184. Is it something on the radar...

feature-request

## PR Checklist (not all items are relevant to all PRs) closes #1586 - [ ] Added unit-tests (for runtime code) - [ ] Added bootstrapped code + smoke tests...

The example below, while is a valid smithy, fails to be routed correctly by smithy4s. The routing mechanism uses a combination of HTTP method and path, where path is just...