-
Now that Valkey is beginning to set its own course, wonder if Valkey can be enhanced to work as general data store, rather than just in-memory data store? It will widen the use-case for Valkey and rem…
-
This task will fix #99.
The idea is to protect all calls into Lua from C using pcall. If there is an error, it will be handled by the current global error handlers. If there is no current error han…
-
💡 **Feature description**
The `EntityId` class does check not check equality based on `key` and `name` but on class instance. This causes poor user experience for unit tests as asserting calls on…
-
Why? Please merge the best of both of these into a single location.
Related to #5408 and #6619.
-
## Feature request
#### Feature description
Provide the ability for a subscription to automatically choose a QoS based on detected QoS of publishers in the graph. Most times for the business log…
-
The [serialize_into](https://github.com/ClickHouse/clickhouse-rs/blob/950533f71ac83c470fef72b92c4676ab77d1e7c0/src/rowbinary/ser.rs#L10) and [deserialize_from](https://github.com/ClickHouse/clickhouse…
-
Description
===========
Kafka producer should throw exception on the client when we have `min.insync.replicas=2` the partition leader node crashes unexpectedly in a 2 node kafka cluster but instead …
-
Does Cloudflare Workers' GraphQL Server allow for subscription / realtime updates?
-
For TCGA Google Big Data Query check
- [x] What are the requirements for accessing Google Big Data Query?
- [x] What is the pricing for accessing Google Big Data Query Check for Big Data Query?
-…
-
🐛 **Describe the bug**
The `call_http` method of `DurableOrchestrationContext` json serializes regular `str` content.
🤔 **Expected behavior**
It should NOT json serialize regular `str` content,…