Daniel Mack

Results 10 issues of Daniel Mack

Is there a way to react to server stream changes? Quoting [RFC2326, section 9](https://datatracker.ietf.org/doc/html/rfc2326#section-9) > Unlike HTTP, RTSP allows the media server to send requests to the > media client....

enhancement

The colour control for light bulbs used to work a few weeks ago, but no longer does. I traced what is reported by the API in `support_color()` and I see...

bad api

Avoid excessive downloads and only pull images if needed. This makes the rollout faster and also helps to reduce traffic when cronjobs are used.

When Yocto builds are interrupted, we frequently see the following error. That seems to be a recent regression. ``` 10:23:26 ERROR: update-bundle-1.0-r0 do_deploy_archives: Error executing a python function in exec_func_python()...

I can't seem to switch off secondary compression for generated image files. `xdelta3 printhdr` keep claiming the image has secondary compression even when I force it off with `-S` and...

In setups with [Traefik Ingressroutes](https://doc.traefik.io/traefik/v2.2/routing/providers/kubernetes-crd/), a `LoadBalancer` is deployed by Traefik. When Cuber installs its own one next to it, is is ignored as long as the one that is...

In `orderedConsumer.reset()`, `retryWithBackoff()` is returned from with `false, nil` in case the subscription is closed. In this case, `var cons Consumer` is still `nil`, and the code crashes in the...

### Observed behavior ``` panic: interface conversion: jetstream.Consumer is nil, not *jetstream.pullConsumer goroutine 57 [running]: github.com/nats-io/nats.go/jetstream.(*orderedConsumer).reset(0x17929c0) github.com/nats-io/[email protected]/jetstream/ordered.go:542 +0x328 github.com/nats-io/nats.go/jetstream.(*orderedConsumer).Consume.func2() github.com/nats-io/[email protected]/jetstream/ordered.go:150 +0xc0 created by github.com/nats-io/nats.go/jetstream.(*orderedConsumer).Consume in goroutine 54 github.com/nats-io/[email protected]/jetstream/ordered.go:146 +0x76c ```...

defect

Would it be an option to add support for partial zip code matching? When auto-completing a user input, it might be nice to already show available options even if only...