SoTrx
SoTrx
Hi, I recently used shx and came across the problem of negating a condition. So, referencing this #173, I implemented a global --negate flag.
## Describe the proposal This is a proposal to add an option to use [synchronous replication](https://redis.io/docs/manual/data-types/streams/#persistence-replication-and-message-safety) with Redis Streams used as a Pub/Sub backend. ## Why While not transforming Redis...
The local storage binding is very useful in development scenarios where a cloud storage solution would be cumbersome. In these development scenarios, you may want to use the system temp...
## Describe the proposal In it's current state, the code uses two main ways to handle asynchronous operations. The HTTP implementation uses promises, and the GRPC implementation uses (or more...
## Expected Behavior Whether you use HTTP or gRPC shouldn't matter for coding. ## Actual Behavior The [save() method](https://github.com/dapr/js-sdk/blob/main/src/implementation/Client/GRPCClient/state.ts#L80) in the gRPC implementation throws an exception on failure, which is...
## Description Hey, This PR adds some documentation on the Dapr Configuration Building Block ## Issue reference Fixes: radius-project/radius#7889