Results 18 comments of Eric Knibbe

> or Exposure Preview, did you try setting the Exposure Program Mode to Manual or Aperture Priority? Setting to either didn't seem to have an effect. Also found that if...

Report from v1.1.0-rc1: ``` # PTP Webcam Nikon Corporation D3300 Camera Report PTP Version: 100 Vendor Extension ID: 6 Vendor Extension Version: 100 Vendor Description: microsoft.com: 1.0 Functional Mode: 0...

This seems like a good spot for a shameless plug of my [Liquid language module for BBEdit](https://github.com/EricFromCanada/byte-bucket/blob/master/bbedit/Liquid.plist) 😃

Since each formula's [JSON file](https://formulae.brew.sh/api/formula/coreutils.json) will need to also contain the Linux statistics from its correpsonding [formula-linux JSON file](https://formulae.brew.sh/api/formula-linux/coreutils.json), I'm going to assume tacking them on as an `analytics-linux` key...

One workaround is to adjust your provisioning script to prepend the tap name to each formula name, which would obviate the need for `--formula`, e.g.: ``` $ brew deps --union...

Note that for formulae relying on SVN, brew already acknowledges that SVN is a dependency on systems where it isn't installed: ``` 1015-Catalina ~ % brew deps --tree --include-build acme...

The built-in `svn` on older macOS versions can't be relied upon because it's now [unable to connect to some repositories](https://github.com/Homebrew/brew/pull/12296), which is why Homebrew pre-installs it when needed. A PR...

☝️ Updating the Liquid templates is on my list

I have an Archer C7 v4 running Gargoyle 1.14 (based on OpenWrt 22.03) which was reporting the same `SWBA overrun on vdev 0, skipped old beacon` log messages. I haven't...