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
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEdMP08mhbY39D3YNYj8hLuQ7biU1SZI+kiWvAzo2Veq [email protected] |
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
<?php | |
/* | |
Plugin Name: FasterWebsite wpDiscuz Cache Patch | |
Plugin URI: https://fasterwebsite.com/ | |
Description: Fixes bug 'Load More button loads the same comments' | |
Author: Maciej Klepaczewski | |
Author URI: https://fasterwebsite.com/ | |
Version: 0.1 | |
Requires PHP: 7.4 | |
*/ |
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
/** | |
* I use .app-container to get around CSS selector specificity | |
*/ | |
.app-container pre[class*="language-note-"] { | |
border: 1px solid; | |
} | |
/* Make the first line of note bold */ | |
*[class*="language-note"]::first-line { |
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
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3BYWVb70mi2X2wIO2FXj75VPwrzSJP8i8NEW8z2gEQa421A1UbWL7uWzTr9YiYhKmAO0OhvuJG9ZDPYpU91I5Nu73cvFF7miGJsCiuk7sWyAX0HAp6p14h9tYXutWI75j+LOzpZXhAvJjYqivp+2UwlgZzBWrEC48/FDfPJK29cELVv1w6hl1XZiITgKdo0FcOWijTzptaBv1Sef1vwAiobuFggJ58JKbcJpVJQqv4DN2GhzOhFb01dpHvQa1kUuSglmWaH2p2XjBGbw1Dip/CXR5wF2onwHwtLILlKe695JsEQ34sOXInvxNf66SZ3m/S1XUZ8BzcShGINvo8j/d [email protected] |
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
bind -T copy-mode C-Up send-keys Up \; send -X back-to-indentation \; send -X begin-selection \; send -X end-of-line | |
bind -T copy-mode C-Down send-keys Down \; send -X back-to-indentation \; send -X begin-selection \; send -X end-of-line |