Niji

Results 106 comments of Niji

> Or is this in response to the helper methods get, post etc on Application in the Lua API docs? Those are just convenience wrappers on top of respond_to. The...

> should at least follow the IANA registery I believe That would be the most optimal: http://www.iana.org/assignments/http-methods/http-methods.xhtml

I agree with @montanaflynn's comments on your original issue request. That said, this line specifically I can agree with; However, that was not your original request: > Humans don't say/understand...

Any update on the situation @fetis? Have the same issue unfortunately...

Did a little bit of research since I'm not particularly fluent in prisma. 1. Model names are PascalCase 2. Client model names are camelCase 3. Columns are untouched Let me...

I haven't looked into later versions but I think we would have to build or create a separate generator for each version to ensure compatibility.

Would you expect the following instead? ``` { "type": "object", "properties": { "s": { "type": "string" } } } ```

This is a nice addition, however, would need to be scoped as a configuration output option.

Can I see an example of the proposal for future reference?