Alexander Overvoorde

Results 18 issues of Alexander Overvoorde

Currently both the HTTP API and Prometheus metrics server listen on the same address specified using `--http-address`, but there are scenarios where you may want to expose the HTTP API...

## Feature Request ### Describe the problem the feature is intended to solve The hostname `0.0.0.0` is hardcoded in the source code (with a comment that mistakenly claims that this...

type:feature
stat:awaiting tensorflower

**What happened**: I have a few ingresses with wildcard TLS entries and ExternalDNS seems to create the wrong TXT entries for these: ``` time="2022-08-01T13:10:44Z" level=info msg="Updating TXT record named 'a-*.example'...

kind/bug

I'm trying to stream frames from two cameras at the same time (Allied Vision 1800 U-2050c, Allied Vision 1800 U-2460c) using the following code: ```python from vimba import Camera, Frame,...

**Describe the bug** k9s used to automatically select the namespace of the current context on startup, but since version v0.25.12 it instead always starts in the `default` namespace. I often...

question

**Description** We're using `--backend-config=onnxruntime,default-max-batch-size=128` to enable large client side batches for all of our models, however we want to limit dynamic batches to a much lower limit for more predictable...

**Is your feature request related to a problem? Please describe.** I'm serving a model that supports batching (`max_batch_size` > 0) and I would like to use config autocomplete, but I...

enhancement

**Describe the bug** I'm using Ubuntu 22.04.2 LTS and when I lock the screen (with Windows key + L) it turns off the screen after a few seconds to save...

bug

**Is your feature request related to a problem? Please describe.** We are currently unable to (properly) use TensorRT in Triton because there is [a bug](https://github.com/microsoft/onnxruntime/issues/14269) in the onnxruntime < 1.14.0...

When you drag an element with the `v-drag` attribute everything works fine until the cursor (not the element) touches the left side or top side of the document. When that...