Stephen Clarke

Results 14 issues of Stephen Clarke

Hi all, I'm really interested in this project. I'm playing around with using react and redux in C# and, particularly after reading the V3.0 discussion, I think this project fits...

Would it be possible/worthwhile to update the references to CoTaskMemFree in the comments to say Marshal.FreeCoTaskMem?

enhancement

When implementing the INotifyPropertyChanged interface you inevitable end up with calls to a RaisePropertyChanged function e.g. `RaisePropertyChanged("MyProperty");` It would be good if this was picked up with a suggestion to...

I'm trying to add Dapr Dashboard to my docker compose file, but I'm getting the following output and the dashboard homepage says "No Dapr applications are currently running. Check out...

Hi, I was wondering if you could help me with where I'm going wrong. I'm using elastdocker 3.2.0 with version 8.5.2. I thought Rubban sounded really useful and have been...

question

I used the extension to add several hundred projects which took a little while. It would be nice to see a indication of progress. _Sent from my Motorola Nexus 6...

enhancement

While importing several hundred projects I changed my mind part way through the process and it would have been nice to be able to stop the rest of the import...

enhancement

I'm new to Dapr (and Aspire!) so I may be missing something, but I've read everything I can find without finding an answer. I'm starting a new project using microservices...

area-dapr

## Expected Behavior I should be able to invoke a service through the sidecar e.g. ``` curl http://localhost:3500/v1.0/invoke/myservice/method/api/products ``` ## Actual Behavior After a reboot I get the following response:...

## Expected Behavior Calling GetMetadataAsync should return the metadata. ## Actual Behavior Calling GetMetadataAsync throws a NullReferenceException because `response.ActorRuntime` is null. ## Steps to Reproduce the Problem I'm using Dapr...

kind/bug