Ryan Nowak

Results 112 comments of Ryan Nowak

Ok, thanks @karoldeland - with that resolved I'm going to close your PR and treat this as a docs issue. Feel free to discuss more if you have other ideas.

Hi @wouterroos When you use `dapr run .... - dotnet run` to launch your application there are a non-obvious things that are happening: - `dapr run` will choose a random...

@yaron2 - what @halspang is saying this is exactly the conclusion that I came to. There is no contract provided by the **runtime** for a *client to deactivate an actor*....

An upvote for this from https://github.com/dotnet/tye - we're building tooling as well, and need to control the launching of the underlying applications as well as their listening ports. We're able...

@philliphoff - is there a good place for us to follow up about the VSCode issue? Detection of `daprd` processes started by `tye run` isn't working for me, and I...

@halspang - let's come up with a design before coding this up

Do you have your sample pushed somewhere I can? (To see the workaround) `InvokeMethod` I think does require the return type to be a `Task`. @cartermp FYI

Commenting here for clarity what I said on PR #769 > This is not a PR that we can accept, because it makes it impossible for us to add functionality...

@halspang - can you try to repro. I suspect we'll need to move this to dapr/components-contrib or dapr/dapr eventually, but we should scope it out first.

I think we have to plan-for/allow breaking changes to alpha APIs. This is part of the rationale for marking them `[Obsolete]`