-
I like the way you write your APIs and I always use microblog-api as my inspiration. I recently came across Quart and I decided to use it and will probably be using it going on. I completed one proje…
-
Session management could be improved by modeling it as a hash as Spring does. This would reduce serialization/deserialization overheads and benefit from the latest [hash-field expiration](https://redi…
-
-
## Issue
Currently quart-schema only has a `/openapi.json` route to serve the OpenAPI schema. This is not ideal for some use cases, such as when external tools require the schema to be served as a …
-
Situation: I want to define "quart".
This is currently how I have to do it.
```swift
public static let quart = try! Units.Unit.register(
name: "quart",
symbol: "qt",
dimension: [.L…
-
**Is your feature request related to a problem? Please describe.**
Currently, authentication is based on having a specific role through an OpenidConnect provider. The provider is connected via [azure…
-
Hello,
Thank you for this repo.
Discovered a bug when trying to add some documentation to route parameters.
In our use case we want to document an enumerated list of possible values for a url…
-
- [x] Stop altering the JSONProvider (do casing directly with dicts)
- [ ] Document how to order the openapi schema routes
- [ ] Document how to customise the openapi schema
-
Please see my username.
I made the `{quartize}` extension: https://github.com/coatless-vsx/quartize
I've published it onto OpenVSX: https://open-vsx.org/extension/coatless/quartize
I'm try…
-
This is an extension of current functionality to allow for input models to cope with different spectral index specifications. This can come about as the result of merging sky models from various sourc…