Chris Olson

Results 8 issues of Chris Olson

This line confused me for quite a while: "You may set the body of a POST request as the second parameter of mock.post()". What this should say is: "you may...

I think this was addressed in this [commit](https://github.com/wurstmeister/kafka-docker/commit/c504426a1b126e064a03dddaa297a7d3eb76975a) ..but I'm not sure if it's working, if the README is wrong, or if I'm not configuring it correctly. Currently, I see...

First off, let me say how great this library is. We've heavily researched/implemented similar libraries such as `swagger-to-ts` and `dtsgenerator`. There are features in this library that would justify a...

roadmap

When adding readonly: true to a schema, an error is thrown by oas3-chow-chow: ``` 'TypeError: Cannot read properties of undefined (reading 'schemaContext')\n at Ajv.validate (/node_modules/oas3-chow-chow/src/compiler/CompiledSchema.ts:22:8)\n at CompiledSchema.validate [as validator] (eval...

This would allow for compatibility with newer JSON schema draft-06/07/2019-09 I don't know how backwards compatible this would be. Just wondering if it's been considered to keep this library relevant...

I would like to propose bypassing better-ajv-errors using a config option. Why: AJV can return multiple errors during validation. better-ajv-errors attempts to return "better" errors but in our experience, the...

I have started the UAA server and this springboot application. I thought some default users would be configured from uaa.yml, but when I click "authorize" in the swagger doc, I'm...

With EntityFiltering enabled (either SelectableEntityFiltering orEntityFilteringFeature), Java Map collections are either not being serialized at all or an Exception is thrown. There are two scenarios that I have found that...