Paul Yuknewicz

Results 32 comments of Paul Yuknewicz

Should observability be more a thing we do in all the other quickstarts? @msfussell @amulyavarote

@nyemade-uversky is this about showing how to use an example pluggable component, or how to write one? I feel like it may be too narrow of a topic to dedicate...

let's def consider for 1.10 as the feature is stable and we can use it. I'd love your help figuring out the specific scenario to showcase.

BTW, this is the symptom I'm talking about on https://docs.dapr.io/getting-started/quickstarts/ ![image](https://user-images.githubusercontent.com/1968137/191833521-3882b249-088c-41a4-82d2-460237318156.png)

should we PR a change then, only leaving Configuration for now?

#keepalive to @msfussell @amulyavarote so we can move forward!

Hi @hungchun-lin - when you were working locally, did you have "AzureWebJobsStorage": "UseDevelopmentStorage=true" in the `local.settings.json` file only, but not in `hosts.json`? I believe the expected model for this is...

First, validating components path and files are valid -- check ```bash ✘ paulyuk@Pauls-MacBook-Pro-2  ~/src/paulyuk/quickstarts/bindings/javascript/sdk/batch   release-1.13  ls ../../../components binding-cron.yaml binding-postgres.yaml ``` Next, showing `--logging-level debug` logs ```bash...

Just to clarify, I'm using the real RC release with no qualifiers (e.g. only stablecomponents). `dapr init --runtime-version=1.13.0-rc.2` I verified this on my local MacOs dev box, and also in...