Adam Warski

Results 84 issues of Adam Warski

I'm not sure if this is the right component, but I suspect it might be as it handles the grunt+mocha+phantom integration. Is there a way to support source maps when...

I think it's doable, but the question is would people want to actually use this kind of functionality :) Maybe we could generate proto files from endpoint descriptions? Would that...

server

Currently we've got a module generating AWS SAM templates, but maybe we could generate some kind of a [CDK](https://docs.aws.amazon.com/cdk/latest/guide/home.html) library as well? So that the translated tapir endpoint descriptions can...

serverless

Currently we are using Magnolia to perform schema derivation. However, this makes it impossible to verify that the validator added using an annotation matches the type of the field (see...

Similarly as for files - see the `Files` and `Resources` classes

server

See: https://github.com/ghik/silencer/issues/45

In `FinatraRequestToRawBody`, when saving the body to a file, the content should be streamed, not read entirely into memory (as it is now with `serverOptions.createFile(asByteArray)`

server
implementation

Here's the stack trace: ``` [info] - should convert fs2 stream to read stream *** FAILED *** 19835 [info] scala.MatchError: false (of class java.lang.Boolean) 19836 [info] at scala.PartialFunction$$anon$1.apply(PartialFunction.scala:344) 19837 [info]...

Right now, we're only generating reusable `schemas` and `securitySchemes` (see Components specification at https://swagger.io/specification/). We could do the same for parameters, headers. A schema is reusable if it has a...

openapi
api