Dan Jackson
Dan Jackson
# What does this implement/fix? I was using `Component::set_retry` during some WIP development, and was both misled by the method documentation and discovered a minor bug in the timing of...
# What does this implement/fix? The MS8607 ([datasheet](https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Data+Sheet%7FMS8607-02BA01%7FB3%7Fpdf%7FEnglish%7FENG_DS_MS8607-02BA01_B3.pdf%7FCAT-BLPS0018)) is a combined Pressure, Humidity, and Temperature sensor. It communicates over i2c, and has two different addresses (one for PT & the...
## Description: Documentation for new component MS8607 **Related issue (if applicable):** fixes esphome/feature-requests#932 **Pull request in [esphome](https://github.com/esphome/esphome) with YAML changes (if applicable):** esphome/esphome#3307 ## Checklist: - [x] Branch: `next` is...
I’m fine if you decide this is WONTFIX, but I think it’s worth the trouble. This is specific to the launchd.plist created on macOS. I believe that, security-wise, it’s better...
I found documentation for [How to write a Bundler plugin](https://bundler.io/v2.3/guides/bundler_plugins.html) and started following it. Step 1 is to go create a gem, and [that guide](https://bundler.io/v2.3/guides/creating_gem.html) specifically creates a CLI executable...
I'm having trouble with one of my projects, because it has a test suite with a space in the name. Here's an example of the relevant output: ``` [DEBUG] Test...
Extremely minor, but I noticed it while browsing the code and offer this as a fix.
Browsing the docs, saw this link was missing a bracket
Are you planning to add support for [Objective-C Literals](http://clang.llvm.org/docs/ObjectiveCLiterals.html)?
This might be a partial fix for #149. There are other ideas in that issue that I haven't looked at. This PR does the following: * Add all of the...