Alexander Trauzzi

Results 91 issues of Alexander Trauzzi

I suspect WithJsonContent is a bit too strict as it requires that properties appear in the exact same order. This makes it difficult to develop tests if what I'm handing...

_As per some discussions on discord, I'm opening up this issue to track potential priorities for making life with `HttpClient` more enjoyable!_ I've been fumbling around with trying to get...

P1
area/client

# Description Added initial support for jobs. ## Issue reference Closes: https://github.com/dapr/js-sdk/issues/667 ## Checklist Please make sure you've completed the relevant tasks for this PR, out of the following list:...

area/jobs

### Describe what happened When using Awsx and an auto mode VPC, I can't tag a subnet for EKS auto as per: https://docs.aws.amazon.com/eks/latest/userguide/tag-subnets-auto.html It seems like perhaps providing any kind...

kind/bug
needs-triage

## In what area(s)? /area runtime ## Describe the feature As someone who develops with and supports dapr, I've started thinking about how the overall experience with the dapr sidecar...

kind/enhancement
stale

## In what area(s)? /area runtime ## What version of Dapr? `1.16.3` ## Expected Behavior GRPC pubsub metadata for dispatched messages should contain a `traceparent` value. ## Actual Behavior I've...

kind/bug

## In what area(s)? /area runtime ## Describe the feature Currently, whenever a workflow activity is invoked, it does not receive the id of the parent span that dapr creates....

kind/enhancement

## In what area(s)? /area runtime /area scheduler ## Describe the feature Right now, Dapr only concerns itself with workflow state that it's actively managing. Once a workflow is in...

kind/enhancement

`System.Text.Json` [includes support for defining polymorphic types, along with a customizable discriminator field and value](https://learn.microsoft.com/en-us/dotnet/standard/serialization/system-text-json/polymorphism): ```csharp [JsonPolymorphic(TypeDiscriminatorPropertyName = "?")] [JsonDerivedType(typeof(Subtype), "subtype")] public interface MyType { // ... } public class...

## Improvement When `dapr init` is called, by default it creates Redis and Zipkin containers. In theory this _could_ be helpful, though I think it ends up being misleading to...

good first issue
kind/proposal