Vaskevich Aleksander

Results 9 issues of 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. ![image](https://user-images.githubusercontent.com/3757488/179318293-16857238-bfff-4f76-b272-1925665e1dd2.png)

In the loadEvent line, the width NaN in the Time tab ![Screenshot_20201202_125950](https://user-images.githubusercontent.com/3757488/100857997-722d9880-349e-11eb-91dd-8b755906728f.png) ![Screenshot_20201202_125928](https://user-images.githubusercontent.com/3757488/100857999-735ec580-349e-11eb-8795-97447ae6c22a.png)

Bug
Beginner friendly

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...

enhancement

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...

feature

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?

enhancement

### 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?...

bug