Vivekanand Koppula

Results 5 issues of Vivekanand Koppula

I am trying to do [this dapr slim sample](https://github.com/dapr/samples/tree/master/hello-dapr-slim). I ensure a clean slate by running dapr uninstall --all. Then I start with [the first step of Slim Init](https://github.com/dapr/samples/tree/master/hello-dapr-slim#step-1---setup-dapr-slim-init). `error...

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!...

A minor issue, in the dark mode, the dashboard stop button is not very clear. Version is 1.5.1 ![image](https://user-images.githubusercontent.com/41255281/150089374-7070ff44-ad21-4f83-8fcc-e189ac1a1a8e.png) ## In what area(s)? > /area runtime > /area operator >...

kind/bug
stale

Apart from adding NET 7 Version, removed some of the unnecessary files, using statements, namespaces and references.

If I create a regular VSIX project(not a community one) ![Basic Vs Extension Package][1] add a tool window, ![Adding Simple Tool Window][2] and then add Autofac Dependency Injection infrastructure. This...