Ed Rose

Results 7 issues of Ed Rose

When integrating other third party consumers using MQTT, there is currently no way of knowing whether the EmonESP is online or not. I'm pulling data into my HomeAssistant instance and...

Thermal shutdown of a processor is not usually the job of something running in user-space. This is handled either in hardware or by the kernel. This seems to be defined...

In the function [`uint8_t *OpenBCI_32bit_Library::getGains(void)`](https://github.com/OpenBCI/OpenBCI_Cyton_Library/blob/master/OpenBCI_32bit_Library.cpp#L2177) it creates an array on the stack and then returns a pointer to that array. After the function returns, the array that it points to...

Not a massive issue, just a detail I think is worth pointing out. In the example docker-compose file, the blockchain volume is bound like this: ``` volumes: - /etc/monero-blockchain:/home/monero/.bitmonero ```...

### Description I'm having some issues with the reconnect strategy in this library. It seems to work as per the documentation on the initial connection to Redis, however the behaviour...

Bug

We're having an issue where the `do_archive_pub_cache` task is not always being re-run. We have a recipe for an app that has two versions: a stable version with a set...

We've had some odd issues that very occasionally come up when we are building our flutter app on 3.32.2 (but I think it's also valid for other versions). It only...