Scott Holodak
Scott Holodak
I do have an Uplift desk and I do remember going through the up->down->up routine, too. If these variables end up varying, it might be possible to have a calibration...
I recently switched from mosquitto to emqx and have been running into this. I think it's because of default configuration on emqx that restricts how many updates a client can...
Have you flushed out how CancellationTokens would work here? Is the intent to explicitly call `GetEnumerator`... something like `foreach (await var item in ae.GetEnumerator(cancellationToken)) { ... }` ? `Task MoveNextAsync(CancellationToken...
If you're on an Apple Silicon mac, try setting `JINA_MP_START_METHOD=spawn`. `fork` was causing zombie processes/failing to process requests on my M1 macbook.
I’m writing an application that would like to subscribe to all of the ‘hue/+/whatever’ using MQTT topic levels and wildcards. For example, react to all Hue brightness events regardless of...
It turns out I needed to setup that http endpoint to get the sxm-client ~working. I was running into ffmpeg errors trying to calculate loudness and it looks like those...
@mbentley I stumbled on this issue while looking over something happening now/that I ran into 2 years ago. Out of curiosity, do you have any other signs of download failures...
I was able to find a repro that works consistently directly against infinity (updated issue to remove KubeAI). ``` curl -vv http://localhost:50574/v1/embeddings \ --http1.1 -H "Authorization: Bearer doesnt-matter" \ -H...
Thanks!. Just want to make sure this didn't get lost above: This unhandled exception broke the `/v1/embeddings` call that triggered it (never got a response) and prevented all future executions...
I don't mean to sound unappreciative of the effort/burden here, but this is just a 15 line PR doing pre-condition checks and it's been over 4 months. Is there anything...