Corey Innis

Results 6 comments of Corey Innis

Until this is built in... - Save the following as `/usr/local/bin/clear-pasteboard` and make it executable: ``` bash #!/usr/bin/env bash set -euo pipefail FLYCUT_PATH="/Applications/Flycut.app" FLYCUT_CONF="${HOME}/Library/Application Support/Flycut/com.generalarcade.flycut.plist" if [ -d "$FLYCUT_PATH" ]...

I'm experiencing similar. - OS: macOS on arm64 - FFmpeg: version 5.0 `pip install av` fails with our without `--no-binary av`

I just came across this same annoyance, using provider version `~> 3.4.0`. I honestly have no idea why this warning would have any utility. The following documentation message is baffling:...

Proposed changes: - Handle all/most errors (no `_`) - Generally, "wrap" errors for more context - Add structured logging (ideally OpenTelemetry) w/ helpers for project conventions

I'm experiencing similar. It might be worth noting that, while the `type` field is required in the spec for the Terraform resource, it is often not present in the state...

As a follow on, the issue wasn't apparent until I started specifically add `emails` entries. That is to say, when "only" defining `primary_email`, `recovery_email`, and `aliases`, all is good. However,...