Steve Huff
Steve Huff
``` $ brew info page page: stable 3.1.2 (bottled), HEAD Use Neovim as pager https://github.com/I60R/page /usr/local/Cellar/page/3.1.2 (7 files, 1.9MB) * Poured from bottle on 2022-07-28 at 11:02:00 From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/page.rb License:...
This PR is the beginning of containerizing these utilities. I've made some changes to `uap_reboot.sh` to support overriding the default configuration via environment variables, rather than having to edit the...
After upgrading to VimR 0.35.0 (20211105.213803), I see the following error when launching VimR: ``` E319: The command is not available in this version: language en_US.UTF-8 ``` I've traced the...
#### 🎯 Inconsolata Nerd Font 2.1.0 U+FB01 ligature renders improperly After upgrading to Inconsolata Nerd Font 2.1.0, I see the "fi" ligature replaced by what looks like an icon of...
**Describe the bug** I can't flash my Atreus with the latest stock firmware using Chrysalis. **To Reproduce** Steps to reproduce the behavior: 1. Connect a Keyboardio Atreus 2. Launch Chrysalis,...
right now if `ebs_volume_size` is set to 0, then `ebs_enabled` is set to false, and then there's an error message about how we can't pass any EBS options.
I use the ctrl-p plugin (https://github.com/ctrlpvim/ctrlp.vim) with neovim. After upgrading my local neovim to 0.1.7 and rebuilding neovim-dot-app against the new neovim, I now see the following behavior: 1. Open...
This adds additional parameters to support deploying MediaWiki with the database server on a host other than localhost (also cleaning up some whitespace and formatting to make puppet-lint happier).
In the event of running a MediaWiki instance on a nonstandard port and a reverse proxy on port 80, both on the same host, you need to not have Apache...
```sh #!/bin/sh -eo pipefail terraform init -input=false Initializing the backend... "lock_table": [DEPRECATED] please use the dynamodb_table attribute ``` let's fix this, and then propagate the fix to our other modules.