Ihor Liubymov
Ihor Liubymov
Added information about picture number in bitstream order. Some times frames can be in broken order, for example 1, 2, 3...12, 14, 13, 15, 16.... And `coded_picture_number ` possible way...
There is no check on the existence of properties when the product with the properties is added to the basket. As a result, a field named as property-{{property.id}} can contain...
Case: 1. Using `FluentRecordFormatter` with `exclude_attrs=[]`. 2. Create log record with uuid: `logger.info('Some info', uuid=uuid4())` 3. catch `TypeError: can't serialize UUID('fea00603-ef79-4f11-aff5-b05ee2f68111')` `msgpack` has limitations for input data, so it has...
I faced with this #132 problem. Does this solution have a chance to live? (=
Added missing data sources in `dashboard.json` example
How about new release? Master branch contain a lot if fixes, but last release was in 2014 :)
Hi there! I'm using aioprometheus with aiohttp. ```python Traceback (most recent call last): File "/app/utils_web.py", line 131, in _call_handler return await handler(request) File "/app/service.py", line 250, in handle_metrics content, http_headers...
**Is your feature request related to a problem? Please describe.** I'm using amazon-cloudwatch-agent for putting custom metrics from the application and was badly surprised when tried to push negative value...
### Describe the bug The ClientWebSocketResponse.closed is False when the web socket connection is rapidly closed by some issue (or the server closed the connection by itself). Information about the...