Deep Aerial

Results 8 issues of Deep Aerial

[pyptoject.toml](https://peps.python.org/pep-0621/) is solid standard in Python's ecosystem and majority of tools like poetry, pytest etc. allow storing all required configurations or metadata in this file. I think it would be...

**Is your feature request related to a problem? Please describe.** I have RFC 8259 valid JSON (not `jsonschema` type) file with list of objects. When I try to run `datamodel-codegen...

enhancement

Swagger UI not generating interactive docs for resource ### **Code** Example code for `images` endpoint ```python import io from flask import request, abort, send_file from flask_restplus import Namespace, Resource, reqparse...

Needed: Feedback

**Describe the bug** I have [youtube video](https://www.youtube.com/watch?v=NcBjx_eyvxc) that I'm trying to download. I'm trying to filter out only streams with `is_dash` set to `True`. Most of the times it works...

bug

**Machine**: Docker container from image: `python:3.10-bullseye` **Deta lbrary version**: `1.1.0` **Description**: Error bellows occurs when I'm trying to upload file to Deta drive: ``` EOF occurred in violation of protocol...

I'm trying to connect with Micropython flashed ESP32 to my Flask-Socketio server running on gunicorn, but when connuecting I'm getting this error: ``` import usocketio.client usocketio.client.connect('http://192.168.0.108:5000') ``` ``` Traceback (most...

I have the following example code: ```python class LoginAPIView(CustomAPiView): ''' User login endpoint. ''' permission_classes = [permissions.AllowAny] @swagger_auto_schema(request_body=serializers.LoginSerializer, responses={200: serializers.LoginResponseSerializer) def post(self, request: Request): serializer = serializers.LoginSerializer(data=request.data) serializer.is_valid(raise_exception=True) user =...

triage

When trying to run `one-shot.js` file from `examples` folder I get following error: ``` [68402:0x7fba84200000] 98314 ms: Mark-Compact 4038.0 (4144.9) -> 4025.8 (4141.9) MB, 1518.83 / 0.01 ms (average mu...