Kamil Głód
Kamil Głód
There was a PR to pass extra options to `GraphQLPlayground` but it was closed https://github.com/mirumee/ariadne/pull/315/files Is there an option to support it? We have a problem with authentication and every...
slqlalchemy supports `"*"` as a returning value, however when I'm using it with postgres backend ```python row = await db.fetch_one(table.insert().values(**values).returning(literal_column('*'))) ``` and then try to get row data `KeyError` shows...
SimpleConsumer.consume raises 'NoneType' object has no attribute 'value' while deserializer is used.
In case of nullable `ret` `consume` method should not run `self._deserializer` method on `None` value. https://github.com/Parsely/pykafka/blob/2.8.0/pykafka/simpleconsumer.py#L510 **PyKafka version**: 2.8.0
When using chrono lib in project that is build by maturin for Python bindings by running: ```bash maturin build --zig --target aarch64-apple-darwin -i python3.11 ``` I'm getting ``` = note:...
It's quite common to have a logic in validation where we want to validate field based on values in other fields, or ensure that all fields are either filled or...
I'm trying to use Path to build field path like `["top_level", "0", "nested_field1"]`, it would be easy when having access to `Path.components` but it's private. Can you add a possibility...
### What version of gRPC and what language are you using? grpcio 1.54.0 grpcio-status 1.54.0 ### What operating system (Linux, Windows,...) and version? Debian bullseye ### What runtime / compiler...
### Report When limitToPartitionsWithLag is set to true and have some partitions without lag keda is still keeping max number of pods scaled ### Expected Behavior Keda will scaled up...
**Describe the bug** We're using GCP redis (14GB single instance, v6.2.13, basic Tier), and have 1k HASHes in db, some with over 1mln of keys. We're doing a lot of...
I don't see any trace of async support in this SDK, do you have a plan to add it or I need to use `loop.run_in_executor()` each time I'm interacting with...