Abhilash Chandran

Results 8 issues of Abhilash Chandran

Dapr Specification has introduced Health API. ref: https://docs.dapr.io/reference/api/health_api/ This needs to be introduced alongside the existing API surface.

enhancement
good first issue

Dapr Specification has introduced Metadat API. ref: https://docs.dapr.io/reference/api/metadata_api/ This needs to be introduced alongside the existing API surface.

enhancement

**Describe the feature you'd like** In order to clearly pass on the information from the API to the user, it is important to define the known Exceptions and Errors. This...

enhancement
good first issue

**Describe the bug** In the current form subscribe method under HttpServerPubsub passes the cloud event data to the `callback` as a string. - [ ] A decision needs to be...

bug
help wanted

In its current form, the publish module in dapr_server supports only simple routing based on the `route` parameter. However, there is a feature to perform route matching introduced in v1.5...

enhancement
dapr_server
pubsub

This issue is primarily based on my Stack Overflow [post](https://stackoverflow.com/questions/59289344/how-exactly-should-i-host-a-dart-package-internally-in-an-internet-less-environm). I am trying to host all the packages my flutter application depends in an svn repo and use it in...

dependency: dart
d: api docs
proposal
documentation
passed first triage

Hi Thomas, While working on the Objective Key Roles demo I posted in [twitter](https://twitter.com/scabhilash/status/1345956316490166272?s=20) I came across a case of reloading the screen with all the objectives from the backend...

bug
enhancement

* In the Readme.md of my package I linked the example tab of my package. Earlier this **used to work** by placing the following in the md file. ```md [example](/example)...

Type: bug