-
Hey!
First for all thanks for your input into this topic!
It is super nice to know that somebody did such great effort.
I'm trying to integrate Swoole Promises, but I've faced with a problem.
C…
-
Hi, I am really interested in the schema generation part since it includes the shape and contraints on the fields. My first thought was to plug in [AJV](https://github.com/ajv-validator/ajv) together …
-
Hi there!
I'd like to propose that bare atoms such as `:attr` be allowed in schemas and that their behavior be the same as `required(:attr)`. There are three primary reasons I believe this should b…
-
Project: Outserv
Branch: Main (since 8d90146d9ecef89c03f4f551c4cf2381273ae630 - fix(Zero): Move Zero within Alpha (#14))
Since moving Zero into Alpha there seems to be an issue when uploading the …
-
### What happened?
When a second `data-source-file` is used, OpenAPI and Swagger show only the first configuration entities.
Aside, the Graph schema *does* show the other entities.
### Version
Mi…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**…
-
I am updating my logic_app code with azapi_resource in order to add identity provider and authentication_settings.
Everything went well until when I try to run the tf apply.
My code:
```
resource …
-
Dear helpdesk,
I'm struggling with the validator since this afternoon, I tried both staging and prod instances. I have actually 2 issues:
1. When trying to test dataset validity, I get an "Error…
-
## 💬 Question here
Is it possible to update a route's request body schema (`request.routeOptions.schema.body`) according to the provided route param in runtime, using the `preValidation` hook…
-
Currently my Apollo server runs with the schema-first approach.
I want to migrate to the Nexus step by step, so that both have to run in parallel for a while.