Brett Beeson

Results 8 comments of Brett Beeson

Good catch! I am indeed using 0.5.0 (via Arduino Library Manager). After the errors, I added some debugging and criticalSection calls. These didn't change the faults.

I'm still getting these problems, so did #2 (i.e. grabbed the latest LoRa.cpp and LoRa.h from github). The exception report is now: ``` Decoding stack results 0x4008d138: invoke_abort at /Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/esp32/panic.c...

Further to this, I've hacked up a alternative which moves the processing outside the ISR. The new ISR is .... ``` void LoraReaderPacketAvailableISR() { static const int flag = 1;...

For other newbies to Redis-OM: I struggled with this. As I (mis-?) understood it, Redis looked-up on a key which defined a hard-to-compute object. Here's a simple example without any...

Hi! I have a similiar problem which I described on [the community site](https://community.influxdata.com/t/unexpected-duplicate-values/30843). @gazpachoking, did you get any resolution on yours duplicate values issues? My environment is: ``` ubu18 5.19.0-46-generic...

Hi! I understand Flux is moving to maintenance, but I reckon this should be fixed, as it's a fundamental function of the engine. For example, calling `last()` should not return...

Arrrggghhh... this caught me again! Maybe it's a sign I should give up on Influx and migrate to TimeScaleDB?

Hi! I'd like to add a (common?) use-case for this. We use a cache as a 'nice to have' and would like it to silently failover to doing nothing. In...