Erlend Faxvaag

Results 10 issues of Erlend Faxvaag

Our mqtt client receives about a 1000 messages each second. I made a on_message callback like this: ```python def on_message(client, userdata, msg): message_buffer.append(msg.payload.decode('utf-8')) if(len(message_buffer) > 100): handleBuffer(message_buffer) message_buffer.clear() ``` The...

Status: Available

Great package, simplest I've used! I have a dataset with hourly power consumption data for a household. As the docs say, it automatically detects the hourly data samples and adds...

question

When using `watch(...).on(...)` with tests I get `Unhandled error. (MongoServerError: The $changeStream stage is only supported on replica sets`. Is it possible to configure it to work?

question

## 🐛 Bug Report We have a react-native ios app running in a simulator. I want to run Flipper but when trying to config it in the Podfile we get...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Description When following [this standard installation guide](https://docs.appsmith.com/getting-started/setup/installation-guides/kubernetes) for Helm,, but installing in a...

Bug
Community Reported
Needs Triaging

When running kubefwd on our namespace it forwards all services except the headless one. It's found in the registry and started but does not show up. The name of the...

I'm planing to write a program that reads messages in batches. Stores them to a DB, and then finally commits the messages on success. I'm having problems understanding and finding...

I'm having issues using multiple GPUs. When I use `CUDA_VISIBLE_DEVICES=0 python mnist_tfrecord_mgpu.py ` everything works fine. When I use `CUDA_VISIBLE_DEVICES=0,1,2,3 python mnist_tfrecord_mgpu.py` everything seems normal, no printed errors, but training...

You might not be familiar with GKE but just gotta give it a try. Unfortuanally, I can't get the tool to run because there are no pod or service called...

We are running redpanda self-hosted with three brokers. Our app consume from 1 topic, process messages, and produce to 3 topics. Consuming and processing takes no times, but producing back...

waiting for details