Yuri Turchenkov

Results 13 issues of Yuri Turchenkov

## Proposed changes Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. ## Fixes If it fixes a bug...

## Proposed changes aea autocompletition speed up all the import changes are required, to make it lazy style and avoid extra modules loaded during cli completition work ## Fixes ##...

## Proposed changes benchmark plugin ## Fixes ## Types of changes - [ ] Bugfix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality)...

ast the moment pip interaction performed as call of external process that takes some time. pip is a python soultion and we can call it directly from the same process....

libp2p_node out queue overflow issue: The case: During TAC demo checks was found that internal queue (https://github.com/fetchai/agents-aea/blob/41ea492f9d7991aa24425537bd7a37c2c5087d72/packages/fetchai/connections/p2p_libp2p/libp2p_node/aea/api.go#L82) is running full and freed quite slowly, cause look up for unknown address...

**Describe the bug** For MAM and some tests the moment of agent termination is critical. If agent stopped before started completely - it can be an issue and agent is...

**Is your feature request related to a problem? Please describe.** current stub connection implementation is a bit tricky cause it requires kind of synchronization: one message written and one message...

enhancement
package

Code like this leads to a possible buffer overflow in QuicStreamSender. ```python async with connect( "localhost", 5555, create_protocol=Handler, configuration=client_conf ) as client: reader, writer = await client.create_stream() for i in...

## Proposed changes Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. ## Fixes If it fixes a bug...

## Proposed changes Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. ## Fixes If it fixes a bug...