Dmi

Results 5 issues of Dmi

## Describe the bug Documentation that is shown when hovering properties is misleading in some cases related to `anyOf` properties. While correct documentation is shown for valid YAML, the user...

Consider the following two projections: ``` var p1 = "+proj=omerc +alpha=47.37757 +gamma=47.37757 +lonc=8.54175 +lat_0=47.37757 +lon_0=8.54175 +k_0=1 +towgs84=0,0,0 +units=m +x_0=0 +y_0=0 +ellps=WGS84 +no_defs"; var p2 = "+proj=omerc +alpha=47.37757 +gamma=137.37757 +lonc=8.54175 +lat_0=47.37757...

### Describe the bug The `IManagedMqttClient` API lacks the possibility to specify subscription identifiers: ```csharp Task SubscribeAsync(ICollection topicFilters); ``` The `IMqttClient` interface, on the other hand, allows this because it...

bug

**Describe the bug** We're running NanoMQ in a bridged setup where topics prefixed with `cloud/` are forwarded to our cloud MQTT broker (managed EMQX cloud instance). In case the network...

feature
feedback

## In what area(s)? /area runtime ## What version of Dapr? 1.14.4 ## Expected Behavior Scheduler service starts sucessfully ## Actual Behavior Scheduler fails to start with error > {"level":"panic","ts":"2024-10-17T14:42:16.805372Z","caller":"backend/backend.go:189","msg":"failed...

kind/bug