Preston A Elder

Results 11 issues of Preston A Elder

**Is your feature request related to a problem? Please describe.** These days, there are multiple plugins that process gcode. Both when it is received by Octoprint, and when it is...

request

This adds 7 libraries: - The AWS C++ SDK - libwebp (for webp image loading/saving) - Boost's libcontext - Boost's libcoroutine - Boost's libexception - Boost's liblog - Boost's libstacktrace...

So I tried using the sync - and I was getting failures. Logging on and debugging I can now see why. 1. It expects `HTTP/1.1` instead of `HTTP/2` (as it...

### What happened? I'm trying to interview a leak sensor. Every time I interview it, I get the following crash: Error: Failure send findKeyTableEntry:{"type":"Buffer","data":[113,0,1,117,0,218,160,44,0,0,163,34,0,1]} at /app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/ezsp.ts:562:23 at Queue.executeNext (/app/node_modules/zigbee-herdsman/src/utils/queue.ts:32:32) NOTE:...

problem

**Is your feature request related to a problem? Please describe.** I would like to have another 'input' being a generator. **Describe the solution you'd like** Another input that functions similarly...

enhancement

### Is your feature request related to a problem? Please describe High MQTT load (for example, when you have a LOT of HA devices, and HA configuration occurs) can cause...

feature request

The waitress timer for messages is being set at the wrong time. Specifically, it is being set when a command is requested, NOT when it is put on the zigbee...

Right now, I have an issue where things can timeout after 10s for a combination of reasons, primarily - https://github.com/Koenkk/zigbee-herdsman/issues/856 - https://github.com/Koenkk/zigbee2mqtt/issues/20648 One quick thing that would help work around...

### What happened? Z2M is ignoring commands from Home Assistant It is RECEIVING the commands (as evidenced by logs shown below), but no action happens on the associated devices or...

problem

@chriskohlhoff I am trying to bring coroutines in parity with threads somewhat, specifically, trying to replicate boost::thread_specific_ptr, but for coroutines (awaitables). This can be hacked externally with a lot of...