Jack Stevenson

Results 8 issues of Jack Stevenson

### Description It would be really useful to not have to specify a full path (or at least full prefix) to suppress a rule for a particular resource. ie. `NagSuppressions.addResourceSuppressionsByPath(construct,...

feature-request

### Describe the feature Add support for WebSocket APIs in Python ### Use Case Consistency with remainder of PDK ### Proposed Solution Need to add the following: - [ ]...

feature-request
backlog
needs-triage

### Describe the feature Add support for WebSocket APIs in Java ### Use Case Consistency with remainder of PDK ### Proposed Solution Need to add the following: - [ ]...

feature-request
backlog
needs-triage

### Describe the feature Add some tests that compile/build the code generated by Type Safe API ### Use Case We don't currently have any tests that check that code generated...

feature-request
backlog
needs-triage

### Describe the bug Returning an array as the top level response from an operation causes code to be generated which does not compile. ### Expected Behavior Working code. ###...

bug
backlog
needs-triage

### Describe the feature OpenAPI lets you define a [default response](https://swagger.io/docs/specification/v3_0/describing-responses/#default-response). Currently code generation treats this as a `0` response code, however we should generate code which conforms better to...

feature-request
backlog
needs-triage

## 🎯 Changes Add a link to the Nx Plugin for AWS tRPC API generator, which can be used to quickly bootstrap a tRPC API for deployment to AWS ##...

### Describe the feature you'd like to request Let's say I have a website which integrates with two tRPC APIs, and I want to share the same tanstack query client...