Cassie Coyle

Results 192 comments of Cassie Coyle

Note for myself: the Scheduler will also need to be [documented here](https://docs.dapr.io/concepts/dapr-services/) since its a new control plane service as well.

> @cicoyle I am getting some errors related to MockActors in http_test while running tests locally. Am i missing something I believe you might need the tags in your Go...

This is off to a great start! 🎉 If the tags don't fix your MockActors issues, then please comment and add the error you are seeing. Also, when you commit,...

I must've missed that. Thanks, I'll update it to add to the contributing.md to document to users better

Also worth noting, I see the same err when using the `terraform-plugin-docs` so the same fix will likely need to be applied there. I was running `make docs` and see...

Hello! From terminal, my path is: ``` $ echo $PATH /usr/local/bin/google-cloud-sdk/bin:/Users/cassiecoyle/go/src/github.com/cloud-makefiles/scripts/tools/../../bin:/Users/cassiecoyle/go/bin:/Users/cassiecoyle/go/src/github.com/cloud-sre/bin:/Library/PostgreSQL/14/bin:/opt/homebrew/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin ``` From in Goland, I added to my acceptance test: `fmt.Printf("HERE is my PATH: %s", os.Getenv("PATH"))` and see: ```...

gentle ping @tanvigour - are you able to work on this?