Kevin P. Fleming
Kevin P. Fleming
With `capture_response: true`, with or without an `on_response` trigger, I'm getting crashes when the memory allocator fails. Config snippet: ```yaml external_components: - source: github://pr#3256 components: [ http_request ] http_request: id:...
That's the not the least of the things I'm making it do which it wasn't intended to do.. but does very well :-) That commit appears to have solved the...
I'm now building my second external component which relies on `http_request`, and in this one I need to be able to easily determine what the status code in the response...
I can say that I'm quite happy using this as part of https://github.com/kpfleming/esphome-sunpower; it's running all day long, pulling JSON data from a monitoring system once per minute (and the...
I have this running on >20 nodes, sending requests every minute (to InfluxDB), along with a few other uses. It has been completely reliable :)
Overall I think this is a good idea, but `getStats` is not in fact a discriminated union in the actual API results as far as I can tell, and so...
Ahh, if that works then it's great, it means the schema can be made compliant without having to change the implementation :-)
Speaking as the person who has to handle these things for outbound contributions from our company, CLAs are infinitely more difficult than the DCO. DCO does not require legal review...
In my experience, most projects which use CLAs require *both* the individual and their employer (or other org) to sign a CLA, because they cannot be certain at the time...
Absolutely valid, since a number of CLA checkers do it based on the GitHub user identity of the PR submitter, and not the email addresses of the authors/committers of the...