Things that matched 'defaults'

  • Nexus 7 doesn't appear in adb devices list

    Periodically, you come up against the issue where a device connected to your computer doesn't show in the list when you type adb devices at...

  • Show hidden files on Mac

    There appear to be a fair few erroneous blog posts about how to get Finder to display hidden files. It's actually very simple: 1. Open Terminal...

  • Are defaults a good idea?

    Consider the following method signature: public function start( time:int=5, stop:int=7, message:String=null, error:String="There was an error", align:String="center" ) :void {} Initially, this would seem a hassle free way of...