Max Biloborodko

Results 6 issues of Max Biloborodko

**Describe the bug** When flower started and some workers are present in UI there will be still no workers in API (GET /api/workers) response. But if you will click on...

bug

This plugin is incompatible with https://wiki.jenkins-ci.org/display/JENKINS/StashBranchParameter plugin. ![67ce939a11c35008a51a9cf8e3db85c0](https://cloud.githubusercontent.com/assets/3996366/9271357/d735665a-4281-11e5-8ee8-852a25bdd942.png) Also typo `Unkown` instead `Unknown`.

enhancement

aiohttp==3.5.4 aiojobs==0.2.2 Server example: ```python import asyncio from aiohttp import web from aiojobs.aiohttp import setup, spawn async def bar(): await asyncio.sleep(1) async def foo(request): await spawn(request, bar()) return web.Response(text="Foo") @web.middleware...

This is fix for #101 the issue appears when fix for #65 was merged. Fix that was made for #65 is completely incorrect... you should not do that 'cause there...

Versions: - Python 3.10 - Celery 5.3.4 - Kombu 5.3.2 *** After updating celery and kombu to latest versions I have stopped receiving ApproximateReceiveCount in delivery_info properties. With celery 5.3.1...

Component: Amazon SQS Broker
Issue Type: Bug Report

## Issue The input line is too long when generating common report from matrix job. ### Context - **Jenkins version**: 2.108 - **Job type**: Matrix - **Allure plugin version**: 2.26.0...

type:bug