Oliver Nemček

Results 8 issues of Oliver Nemček

Hello, my use-case is to consume from multiple queues at once using a single `AmqpClient::Channel`. To consume messages from multiple queues I create a channel and call the `Channel::BasicConsume()` method...

First, I find this a great library. My use-case is that I display a large table and for each row, there are 2 requests I need to make. The table...

bug
help wanted

## Checklist - Python version 3.8 - hiredis - asyncio event loop - Does issue exists against the `master` branch of aredis? Yes I have a question about the implementation...

There is a bug when the AMQP header table has a nested table that is empty (0 entries). The exception `std::bad_alloc()` is thrown. This is the line: https://github.com/alanxz/SimpleAmqpClient/blob/6369b99711ce0ada3e55a1a66cb45dbc005b5e8c/src/TableImpl.cpp#L353-L354 Then this...

I identified a bug in the code when parsing one of the samples that we use in tests. It was introduced in the latest `0.47` release. I compared changes and...

bug

This PR attempts to fix the decompilation of simple sets defined as `LOAD_CONST`. Sets were decompiled correctly but the order of elements was not defined. # Test input This was...

### Bug Description In Readme there is an example how to connect to the AlloyDB instance using SOCKS5 proxy: ``` ALL_PROXY=socks5://localhost:8000 \ HTTPS_PROXY=socks5://localhost:8000 \ ./alloydb-auth-proxy ``` The above command works...

type: feature request
priority: p2

This PR improves compatibility of Kombu with gevent. Removes custom `LifoQueue`. Tradeoff: When shrinking down the pool, the most recently used item is removed first. However, I don't think the...