- Asays
- India's mom is in the hospital for unknown reasons and Dad died recently.
- East Julia Husband's heart stopped and he has a brain injury from it. Unknown cause.
- Prayer and Praise for the Genesis 3 discipline method in Mallory's day to day. - Mallory
- Rest and Energy. Having trouble sleeping - Alex
- Fillers
- Praise as they are both better. Praise that parents didn't get it.
- Hollingers
- Teachings from the Sermon on the mount, specifically the call to be peacemakers, continues to take hold - Dave
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<diff> | |
<remove sel='/macros' /> | |
</diff> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From: /home/dhollinger/workspace/ruby/puppet_webhook/app/controllers/application_controller.rb:47 : | |
42: @auth.credentials == [APP_CONFIG.user, APP_CONFIG.pass] | |
43: end | |
44: | |
45: require 'pry'; binding.pry | |
46: | |
=> 47: def normalize(allow_upper, str) | |
48: allow_upper ? str : str.downcase | |
49: end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
file: | |
/etc/caddy/Caddyfile: | |
exists: true | |
filetype: file | |
/usr/bin/caddy: | |
exists: true | |
filetype: file | |
mode: "0755" | |
process: | |
caddy: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
files: | |
- install: N/A:Select the installer provided by GOG. | |
- xwaupgrade: https://www.xwaupgrade.com/download/installers/XWAUCP_v1.6.exe | |
- xwa60fps: https://github.com/dhollinger/xwalutrisfiles/releases/download/v1.0.0/xw_series_60FPS.zip | |
- effects: https://www.xwaupgrade.com/download/installers/EffectsByBlueMax_v1.1.2.exe | |
- rebelcockpits: https://www.xwaupgrade.com/download/installers/RebelDynamicCockpits_v2.0.exe | |
- tiecockpits: https://www.xwaupgrade.com/download/installers/TieDynamicCockpits_v1.0.exe | |
- superbackdrops: https://www.xwaupgrade.com/download/installers/SuperBackdropsPatch_v2.1.exe | |
- z95: https://www.xwaupgrade.com/download/models/Z-95Headhunter_v5.0.exe | |
- IRS: https://www.xwaupgrade.com/download/models/ImperialResearchShip_v1.1.exe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/lib/rpm/debugedit: /var/tmp/tmp.cqOgfuTe7W/rpmbuild/BUILDROOT/puppet-webhook-2.1.0-1.el8.x86_64/o | |
pt/voxpupuli/webhook/lib/ruby/2.6.0/x86_64-linux/digest.so: DWARF version 0 unhandled | |
Failed to update file: invalid section alignment |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
deb [trusted=yes] https://apt.fury.io/voxpupuli/ / |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"languageserver": { | |
"puppet": { | |
"command": "ruby", | |
"args": ["/home/dhollinger/workspace/ruby/puppet-editor-services/puppet-languageserver","--stdio","--puppet-settings=--moduledir,/home/dhollinger/.puppetlabs/etc/code/modules"], | |
"cwd": "/home/dhollinger/workspace/ruby/puppet-editor-services", | |
"filetypes": ["puppet"], | |
"rootPatterns": [".git/", "metadata.json"] | |
}, | |
"golang": { |
- VimPlug: https://github.com/junegunn/vim-plug (easy to install)
- coc-nvim requires nodejs >= 8.10.0 as it uses a variation of VSCode's LSP implementation: https://github.com/neoclide/coc.nvim/wiki/Install-coc.nvim
- Language Server setup for coc-nvim. Some have their own coc plugins you just install once and be done, others need config: https://github.com/neoclide/coc.nvim/wiki/Language-servers
- Ruby Solargraph LSP can be installed from within Neovim using
:CocInstall coc-solargraph
- Golang
gopls
needs to be configured in thecoc-settings.json
file (see attached file).
- Ruby Solargraph LSP can be installed from within Neovim using
- The LSP you want to use with neovim must be installed (same as with VSCode).
- Ruby
gem install solargraph
- Golang
go get golang.org/x/tools/gopls
- Ruby
- Puppet
git clone [email protected]:lingua-pupuli/puppet-editor-services.git
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Sent email | |
[Service] | |
Type=oneshot | |
ExecStart=/usr/bin/bash -c '/usr/bin/systemctl status %i | /usr/bin/mailx -Ssendwait -s "[SYSTEMD_%i] Fail" [email protected]' |
NewerOlder