samples icon indicating copy to clipboard operation
samples copied to clipboard

Community driven repository for Dapr samples

Results 104 samples issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.6.2 to 1.7.0. Release notes Sourced from github.com/gin-gonic/gin's releases. Release v1.7.0 BUGFIXES fix compile error from #2572 (#2600) fix: print headers without Authorization header on broken pipe...

dependencies
go

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies
javascript

I am trying to run [this hello-typescript sample](https://github.com/dapr/samples/tree/master/hello-typescript). PS > node --version v16.13.2 When I run [the third step npm install](https://github.com/dapr/samples/tree/master/hello-typescript#step-3---run-the-nodejs-app-with-dapr), I get the following error. npm ERR! gyp ERR!...

Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.2. Release notes Sourced from axios's releases. v0.21.2 0.21.2 (September 4, 2021) Fixes and Functionality: Updating axios requests to be delayed by pre-emptive promise creation...

dependencies
javascript

These samples tend to emphasize the fact that dapr is multi-language neutral and include multiple languages in the sample. The distributed calculator requires downloading and installing multiple languages just to...

In file: https://github.com/dapr/samples/blob/master/dapr-apim-integration/k8s/event-subscriber.yaml When I run: `kubectl get pods` I see no pods for event-subscriber. When I run `kubctl get deploy event-subscriber -o yaml`, I see an error under `status:`...

The sample assumes Dapr in already installed on the Kubernetes cluster. The prerequisites do mention "Kubernetes cluster with Dapr" but point to installing Dapr locally. Proposed fix: * Change the...

echo-service and event-subscriber have the annotation: ```yaml dapr.io/config: "tracing" ``` and fail to start as they can't find this config. Fix: * Create a tracing config in file `k8s/tracing.config.yaml`: ```yaml...

Still trying to understand this: Q) The Node app exposes port 3000, but here we map 50002 to 50002, why and what if multiple ports are exposed by service? nodeapp:...

good first issue