Frank Sauerburger
Frank Sauerburger
I have the same issue with A-Frame 1.3.0 in combination with react. Sometimes the default camera is injected, sometimes not. This only happens in Chrome (MacOS, Debian, and Android). I've...
Was someone able to reproduce this? Am I wrong to assume exactly-once semantics?
After reading [Improved Robustness and Usability of Exactly-Once Semantics in Apache Kafka](https://www.confluent.io/blog/simplified-robust-exactly-one-semantics-in-kafka-2-5/), I'm now convinced that this is not implemented in `aiokafka`. Initially, exactly-once semantics required static partition assignments. With...
I cannot claim to understand the internal workings of faust, but my suspicion is that the issue is caused by stale transactions started before the rebalance clashing with transaction ids...
Thanks @jkgenser for the reply. This was however not the answer I was hoping for :D Besides the issue with the `transactional_id`, exactly-once semantics with dynamic partition assignment seems to...
I just discovered the [following in the open inference protocol](https://github.com/kserve/open-inference-protocol/blob/eeb043e2c95c1dd35f8b9185f5dadf44c7f10c9f/specification/protocol/open_inference_grpc.proto#L254): ``` message ModelInferResponse { // ... // The output tensors holding inference results. repeated InferOutputTensor outputs = 5; // The...
This needs urgent attention. @marcospereirampj
I have the same issue with Libreoffice 4.2.8.2 and ubuntu 14.04 Just to be sure: the esc button should switch to the command mode as in vim?
@flyingfisch thanks, didn't know about the "toggle vi mode" button. it works now. (should have read the README... shame on me)