dapr / python-sdk

Dapr SDK for Python
Apache License 2.0
232 stars 127 forks source link

Mock Actor merge #747

Closed lor1113 closed 3 weeks ago

lor1113 commented 4 weeks ago

Description

Added Mock Actor capability.

NOTE: Due to some very weird bug when opening this project in a dev container (I want to love dev containers but why are they so janky) a git diff for every single file has been generated where it is overwritten with itself. I suspect this has something to do with OS specific line endings and is entirely harmless.

NOTE 2: Due to not being able to get dapr-docs running in its own dev container despite repeated attempts (I am simply not a frontend coder so i don't know how to debug all the weird errors it was spitting out), I have not been able to actually view the new documentation within a running instance of the website. I have written it nonetheless using the same templating as the others, as well as basic markdown syntax, but it would be appreciated if someone who has a develop version of the docs website working on their machine could just give it a quick look to make sure it's not somehow broken.

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #737

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

lor1113 commented 3 weeks ago

@berndverst I attempted to fix it in this branch but it seems rather stubborn. I manually copied the changes to a new branch and therefore opened a new PR (https://github.com/dapr/python-sdk/pull/750). Will close this one.