-
Hi,
great job!
i personally prefer swig as template engine .
- What is your roadmap?
- any plans for menu?
- how user should modify datatables options?
I have spend 3 weeks with ng-admin. That's off…
sajov updated
8 years ago
-
##### Description
```
task buildAPI(type: org.openapitools.generator.gradle.plugin.tasks.GenerateTask){
verbose = true
generatorName = "spring"
systemProperties = [apis: ""]
…
-
I have YAML for generation:
```yaml
openapi: 3.0.1
info:
title: OpenAPI definition
version: v0
servers:
- url: http://localhost:8021
description: Local server url
paths:
/coverag…
-
This doesnt seem to be an option but how can I clear a web api cache, from a regular MVC controller? I don't have accesss to the HttpRequestMessage to pass to GetCacheOutputProvider.
`var cache = …
-
I have (for reasons I cannot change) the following project structure:
* grain interfaces and shared models of the grain interfaces are in assembly "Shared" (package reference --> Orleans.Runtime an…
-
#### Bug Report Checklist
- [X] Have you provided a full/minimal spec to reproduce the issue?
- [X] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
Hi. I've been using `RazorGenerator` for a while, thank you. It's been really good.
I noticed after upgrading to **VS 2015** and installing the `RazorGenerator` **1.8.0** the VS extension it seems th…
-
Hi @tbranyen !
If I understood correctly from the video of your Backbone talk at Backboneconf, you were advising to use separate files for the UI/View layer and the data layer.
Would this mean we wo…
-
Hi! All of our webservices use ProblemDetails middleware. However, going through the logs we found out that in _some cases_ (but not always) when an exception occurs during the execution of the appli…
-
# Motivations
Separate business logic from presentation logic/views to:
- work more easily when editing the views only (easily see what the HTML code will be)
- reliably implement logic without riski…