Articles
-
About git bundles
Git bundles can be a helpful way to transfer repos when a direct connection between servers or workstations isn’t possible (or via email, for example).
-
Troubleshooting Firefox ignoring local hosts file on macOS
If Firefox appears to be ignoring local
hosts
file entries, such as those used for development or to block intrusive (or addictive) services, there are several things to verify on macOS (but the true fix is described last). -
How to remove macOS Catalina's constant red system notification bubble
When signed out of iCloud in macOS Catalina, a red circle notification will display constantly on the icon for System Preferences.
-
Autocorrect 'Missing frozen string literal comment' warnings in Rubocop
When faced with large numbers of warnings from Rubocop related to its
FrozenStringLiteralComment
rule, from a newly-linted project or perhaps due to large numbers of auto-generated files, there’s an easy fix to avoid correcting each file manually. -
Fix Puma installation error: implicitly declaring library function 'isspace'
Update