Darko Križić
Darko Križić
I just found that there is an ONVIF implementation for node available. ONVIF is a generic protocol that allows the clients to request all capabilities of the camera (e.g. PTZ,...
Hi, would it be possible to have a multi arch image that supports * amd64 * arm64 Go has a built in cross compiler. There would be a need to...
I would like to obtain the Photo for a given user. I just find the metadata like height ``` photo, err := graphClient.Users().ID( *user.ID ).Photo().Request().Get(ctx) var height = photo.Height ```...
Hi, I am using homebridge-ifttt to control my Harmony (because hombridge-harmonyhub does not work and has no filter for Activities). I have two buttons using turnOn/turnOff. I would like to...
My OpenHAB is secured with a Username/Password, because I access it remotely via the Internet. Homebridge is unable to access my OpenHAB and I can't see a location where I...
Hi, I read your article in https://medium.com/better-programming/improve-cluster-monitoring-with-network-mapping-in-grafana-fa8bb479fd47 Thank you for that. I tried Caretta on my hybrid home cluster that has hybrid architecture amd64 and arm64 and I see that...
**What happened**: I am using OpenTelemetry with Ingress-Nginx. This works so far and looks like this in Grafana/Tempo: The problem is that the Metrics-Generator of Grafana does not work correctly....
**Is your feature request related to a problem? Please describe.** I have an ingress-nginx that emits spans of type SERVER and calls a backend where the first span is of...
I don't know if this is a *bug* or *feature request*. I have two services "server" and "echo". Server sends send a message via pubsub to echo. Both services are...
Would it be possible to extend the StrictServerInterface to support something like this in an automated way: ``` responses: '200': description: OK content: application/json: schema: type: array items: $ref: '#/components/schemas/Component'...