Eric Knibbe
Eric Knibbe
I'm aware of that; just pointing out that the C7 v4 is also affected [along with v2 and v5](https://openwrt.org/toh/tp-link/archer_c7#ghz_wi-fi_not_working_as_ap_for_c7_v2_and_v5). It was originally running `ath10k-firmware-qca988x-ct` and `kmod-ath10k-ct`; it's now running `ath10k-firmware-qca988x`...
There was recently added a paragraph to the command's docs addressing this: > If any version of each formula argument is installed and no other options are passed, this command...
Do you have [macOS running in a virtual machine](https://github.com/utmapp/UTM/issues/4840)?
That isn't in the list of [supported plugins for GitHub Pages](https://pages.github.com/versions/), so including it would require some [additional effort](https://github.com/jeffreytse/jekyll-spaceship?tab=readme-ov-file#additions-for-unlimited-github-pages).
Probably because of this outstanding bug in OS X's Java implementation: https://bugs.openjdk.java.net/browse/JDK-7131356 which might be why Apple has since updated Java 6 for 10.11: https://support.apple.com/kb/DL1572?locale=en_US
For me, Medusa will *only* recognize a ROM file if its "Open With" setting is set to Mac ROMan. If the file (or all files with the .rom extension) is...
I'm on OS X 10.11.6.
I've added it to [Homebrew Cask](https://formulae.brew.sh/cask/cro-mag-rally).
Doesn't traditional *nix-style auth rely on `/etc/shadow`, which macOS doesn't have? Fairly sure that non-PAM auth in that case would need to query Directory Services directly, with e.g. `/usr/bin/dscl ....
Seems like it's just a matter of changing the default from 10 by [setting `posts_limit`](https://github.com/jekyll/jekyll-feed?tab=readme-ov-file#posts-limit). Can you open a pull request?