Vaskevich Aleksander
Vaskevich Aleksander
I'm browsing trying to understand how the library works inside. I came across this code: https://github.com/roman-right/beanie/blob/ab0cf83346f630e1fa78d3614cc52ba26f96aab7/beanie/odm/utils/general.py#L61-L64 Maybe it makes sense to use the [AsyncIOMotorClient.get_default_database()](https://motor.readthedocs.io/en/stable/api-asyncio/asyncio_motor_client.html?highlight=get_default_database#motor.motor_asyncio.AsyncIOMotorClient.get_default_database) method to get the database from...
There is a linter error in the logs. Types do not match. 
In the loadEvent line, the width NaN in the Time tab  
Is there an official telegram-bot-api image for docker? Are there any plans to develop it? thanks for answers
I am getting an issue with admin page extension. When I do `admin.site.register (AccessToken, AccessTokenAdmin)` where `AccessTokenAdmin` is my class, then I get the error "The model AccessToken is already...
I own pro version I want to make a news section for my site I ran into the lack of a menu for news I would like to know if...
My class filter ``` class CompanyFilter(filters.FilterSet): brand_ids = filters.BaseInFilter(label=gettext('Brand ids'), field_name='company__brand') ``` When I make a request with a get parameter `v1/company/?brand_ids= `, I get the value `['']` in the...
The last release was Release 0.9.0 Sep 2, 2022 Maybe it makes sense to update the version of the library and include recent improvements in the release?
### Describe your environment python = "^3.11" opentelemetry-api = "^1.29.0" opentelemetry-sdk = "^1.29.0" opentelemetry-distro = {extras = ["otlp"], version = "^0.50b0"} opentelemetry-instrumentation = "^0.50b0" opentelemetry-semantic-conventions = "^0.50b0" ### What happened?...