In Safari, if you have a layout container that's absolutely positioned to take up, at a minimum, its whole container (which isn't unheard of in "appey" internet home page thingies) using CSS like this:
.absolutelyCoffeeScript 1.7 is shaping up to be a pretty kick-ass release with significant improvements. Here are the ones I'm most excited about, in order of my own excitement.
Years of being wished for, finally granted!
/Volumes/Untitled.With that volume in place, and with the macOS installer sitting in /Applications/Install\ macOS\ [VERSION].app,
run the following command in your terminal to create a bootable install media (for Sierra):
sudo /Applications/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled --applicationpath /Applications/Install\ macOS\ Sierra.app --nointeraction| require 'goliath' | |
| require 'open-uri' | |
| class Hello < Goliath::API | |
| @@say = "Hello World" | |
| # silly mechanism for changing | |
| # server's response | |
| def self.say(something) | |
| @@say = something |
| # Guardfile | |
| require 'guard/guard' | |
| class ::Guard::JohnIsAwesome < ::Guard::Guard | |
| def start | |
| puts "Whoa a guard." | |
| end | |
| def run_all |