Benjamin Staffin

Results 16 issues of Benjamin Staffin

#### Version information: adaptive-lighting 1.0.15 home-assistant 2022.3.3 #### Description: In home-assistant, the `light.turn_on`/`light.turn_off`/`light.toggle` services can be called with entities, devices, areas, or groups as the target parameter. Adaptive-lighting handles entities...

kind/bug
need/triage

**Describe the bug** My taffybar is normally 55 pixels tall, and contains a window list widget, which usually works fine. If a X11 window title happens to contain certain emoji...

bug
hard
help wanted

``` jsonnet local foo = { a: { b: { c: { d: 1234 } } }, e: 1 }; foo + { a.b.c.d: 999 } ``` It would be...

enhancement

## Feature Request Linkerd 1.x and Istio (and various other service meshes) have documented methods of configuring Circuit Breakers: - https://istio.io/docs/tasks/traffic-management/circuit-breaking/ - https://linkerd.io/1/features/circuit-breaking/ It looks like linkerd 2 currently doesn't...

priority/P0
pinned
needs/design

This makes it possible to do things like: source

### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: 1.2.9 Kubernetes provider version: 2.13.1 Kubernetes version: 1.22.12 ``` ### Affected Resource(s) - kubernetes_manifest ### Terraform Configuration Files ```hcl...

bug
crash

This fixes #439 by gzipping the build context, which prevents the Docker API from misinterpreting the stream as a plain text Dockerfile.

This script currently requires that Grafana have basic http authentication enabled, but some teams prefer to disable it in favor of oauth2 or other federated logins. Grafana does have a...

Following up on https://github.com/travisbhartwell/nix-emacs/pull/45#issuecomment-803785795: I've been added to the [nix-community](https://github.com/nix-community) github org, so I think if @travisbhartwell initiates an ownership transfer of this repository to nix-community I'll be able to...

### Description #### Steps to Reproduce 1. Load Emacs with evil-mode enabled (doom emacs in my case) 2. Open an org-roam note with `org-roam-node-find` 3. Insert a link to a...