slavaschmidt

Results 50 comments of slavaschmidt

Hi @liorchen, we had some discussions about that and it probably would require usage of the vendor extension in the specification. Unfortunately I have no capacity to address this right...

@s12v, sorry for looking so late into it. I have two remarks. First, we don't have a null validation because we model it with `Option`al types. That is, anything which...

> Regarding Option - I don't understand, required properties are not optionals. My PR handles only required properties. Exactly! Everything which is required is by definition not allowed to be...

yeah, we don't pass authentication information to the controller as for now, but there is a ticket for that.

@ashmcleod Can't find the ticket, may be I've confused it with comments in the code :) You are welcome to create a ticket for that :)

Let's leave it here for now. The idea is to get the data obtained by the `SecurityExtractor` directly into the controller as a parameter. The `play.api.mvc.WrappedRequest` @moishy90 is talking about...

Hey @jona7o, it would be very helpful if you could provide the full specification which is failing or if not possible at least relevant parts of it and full stacktraces.

The first issue is related to the #56, the fix should be a low hanging fruit. The second issue unfortunately is more involving and related to the way play validations...

@s12v, I guess we starting to have more and more issues like when generated code compiles and runs but fails at the runtime. I'll create a test environment for such...

@LappleApple yep, I think it's not in the master yet because of some other issues which are not fixed yet