Andrey T

Results 24 comments of Andrey T

Another alternative: ```python # pip install lambdaz from lambdaz import a0 # a0 is the first argument with index 0 # `_` at the end is used as a termination...

Why not raise an exception here? https://github.com/ets-labs/python-dependency-injector/blob/541131e33858ee1b8b5a7590d2bb9f929740ea1e/src/dependency_injector/wiring.py#L546-L547

Any news? Why not just borrow a solution from aiohttp? ``` aiohttp.ClientSession(json_serialize=..., ...) ```

🌟 Introducing HTTPJ! 🚀 It's like HTTPX, but with built-in support for flexible JSON serialization/deserialization! ``` pip install httpj orjson ``` ```python import datetime import pprint import httpj import orjson...

For some reason params for substitution also passed to `send_query`: https://github.com/mymarilyn/clickhouse-driver/blob/18f28c633c89ee2225928be53dfda8a39e8f00ca/clickhouse_driver/client.py#L579-L584 And inside `send_query` it used to write settings: https://github.com/mymarilyn/clickhouse-driver/blob/18f28c633c89ee2225928be53dfda8a39e8f00ca/clickhouse_driver/connection.py#L704-L709

I also don't figure out how to implement deserialization based on the discriminator field. @DonDebonair have you found a solution?

Fixed this by changing config: ```yml consumers: MyConsumer: queue: test match: all ```

I no longer have access to the source code. But as far as I remember, the default exchange was used (i.e. it wasn't explicitly configured)