-
I would like to make a field required only if a prior field has a certain value sent from the client.
Please check the snippet below to get a clear idea of what I'm asking:
```python
conditiona…
-
Hi,
I'm creating an app with many blueprints for different sections of the API. It seems there should be a way to define definitions inside the blueprint. Something like:
```python
blp = Bluepr…
-
Can anyone point me in the right direction, the strandtest.py is running fine al leds work.
But when I try to run wordclock.py i'm getting the following messages.
![Untitled](https://user-images.git…
-
A Api roda corretamente e mostra a página de documentação do swagger em http://17.0.0.1:5000/iciti-api/docs. Ao executar o método get um erro acontece com a seguinte mensagem:
**ERROR in app: Excep…
-
I can't update flexget to the v3 even if I restart the container or try it manually through pip.
Can you help me ?
-
After upgrading to Version 5.1.1 (recent version 4.2.1) the flask app running on below error:
```shell
Traceback (most recent call last):
File "\elasticapm\transport\http.py", line 79, in send
…
-
eg: i implement query all videos http://127.0.0.1:5000/videos/ but how to implement filter query type for videos eg: http://127.0.0.1:5000/videos/?type=American
who can tell me how to do attach…
-
Hello Developer,
I encountered an CPU memory error issue when I have executed the src/eval/verification.py to verify the pre-trained "model-r100-arcface-ms1m-refine-v2" model with "faces_ms1m-refin…
-
The wiki is a good place to add some general documentation about the general architecture of the server, Flask modules used to implement different features (JWT, object serialization, RESTplus, etc.)
-
Model names are showing _load_ and _dump_ extensions after version 0.12.x
```
class CogSchema(Schema):
cog_foo = fields.String(default="cog")
cog_baz = fields.Integer(default=999)
cla…