Ryan Nowak

Results 36 issues of Ryan Nowak

## In what area(s)? /area runtime ## What version of Dapr? 1.0 ## Expected Behavior Dapr should log more info at the warning or info level when placement is unavailable...

kind/bug
good first issue
triaged/resolved

### Describe the bug The long-lived circuits of Blazor server make distributed tracing not work as expected. Since each circuit is effectively a long-lived request ... a lot of *activity*...

enhancement
area-signalr
area-blazor
affected-few
severity-major
Priority:1
blazor-server
jcn-p0

**Is your feature request related to a problem? Please describe.** For parameters and outputs the set of possible types that code can declare is very limited (primitives, array, and object)....

enhancement

# Description As part of the [Dapr](https://dapr.io/) project - we wrote our own middleware to *unwrap* a structured cloud event. This seems like a generally useful feature - but because...

We don't want startup code like `AddGlimpse()` to chain with unrelated features, `AddGlimpse()` should return an `IGlimpseBuilder` or something that only exposes relevant glimpse options. See `IMvcBuilder` in MVC

**What content needs to be created or modified?** The actors documentation doesn't describe actor types or actor ids. Basically we're missing the documentation about how these concepts function, and how...

content/missing-information
area/runtime/actor

`[FromState("foo", "bar")]` assumes that you are going to look up the key `bar` in the route values to find the state store key to look up. We should also provide...

## Describe the proposal ActorProxy uses a default `HttpClient` which comes with a 100 second timeout. This might be surprising, because users can add their own cancellation policies, but can't...

kind/enhancement
breaking-change

## Expected Behavior Actors uses a single serializer by default, and allows flexiblity for different choices for compatibility or user freedom. The problem with not providing a consistent default is...

area/actor

Should cover: - Construction - Actor invocation (proxies) - Timers - Reminders - State

documentation