Andrew Koltsov

Results 16 comments of Andrew Koltsov

but now i have strange issue, when I'm trying to authenticate with port forwarding via lens app, that's why you may see `127.0.0.1`, may be port forwarding is a root...

I'm using `python manage.py generate_swagger > openapi.json` to export to project in pre-commit hook

It appears the underlying issue originates from Django Rest Framework's serializer fields (https://www.django-rest-framework.org/api-guide/fields/#integerfield), specifically because DRF's `IntegerField` does not distinguish between Django's `BigIntegerField` and `IntegerField` (https://github.com/encode/django-rest-framework/blob/master/rest_framework/serializers.py#L909). To effectively implement your...

@JoelLefkowitz I used Cursor to generate the code changes for https://github.com/axnsan12/drf-yasg/pull/924, but the tests are failing. From what I understand, this is because DRF doesn’t differentiate between BigIntegerField and IntegerField.

Good luck @dnit , all we need from DRF is: ``` class BigIntegerField(IntegerField): pass ``` and ``` models.BigIntegerField: BigIntegerField, ```

``` opentelemetry-exporter-zipkin-proto-http 1.28.0 depends on protobuf~=3.12 opentelemetry-proto 1.28.0 depends on protobuf=5.0 ``` last version when it was aligned is 1.27.0