whitty

Results 10 issues of whitty

I know this is a duplicate of #532 but wanted it logged separately so that someone googling emacs bug symptoms can find a matching description, then direct them to the...

I've just switched to a setup at work with a laptop + dock with two monitors attached. The three screens have resolutions: - 1920x1080 - 2560x1440 - 1440x2560 (portrait) Whenever...

Thanks for the useful addon! Would it be possible to exclude pinned tabs from power-closing? The assumption would be that you have few enough of these that you probably don't...

enhancement

Apologies if this is (a) answered elsewhere or (b) the wrong git project since the tree of related github projects is messy. ## Issue Does this plugin support parsing violations...

enhancement

## Description: **Pull request in [esphome](https://github.com/esphome/esphome) with YAML changes (if applicable):** esphome/esphome#7138 ## Checklist: - [x] I am merging into `next` because this is new documentation that has a matching...

has-parent
next

The following fails on connections that have invalid SSL certificates. Other operations on the bucket succeed. ``` let bucket = Bucket::new("mybucket", region.clone(), credentials.clone())? .set_dangereous_config(true, false)? .with_path_style(); assert!(bucket.exists().unwrap()); // fails with...

# What does this implement/fix? Allows configuration of additional security params along the same lines as `IoCapability` The intent is to not change any behaviour unless explicitly configured. A downstream...

new-feature
has-tests
component: esp32_ble

### The problem This appears to be the issue described here: https://github.com/esphome/issues/issues/6683, However I'm in a position to do a little more debugging. I'm working through the [Power Meter](https://www.esphome.io/cookbook/power_meter/) cookbook...

## Description: Reopening closed request #4084 **Related issue (if applicable):** fixes **Pull request in [esphome](https://github.com/esphome/esphome) with YAML changes (if applicable):** - esphome/esphome#7138 - ## Checklist: - [x] I am merging...

has-parent
next
component: esp32_ble

This is an extension of the comments in #74 In its current form it is incomplete, though enough to get _my_ arm64 linux pipeline working, though it breaks MacOS. I'm...