Skip to content

Instantly share code, notes, and snippets.

@Stargator
Stargator / Brewfile.after
Created June 29, 2018 16:17
June 29th Brewfiles
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "homebrew/cask"
tap "homebrew/bundle"
tap "homebrew/services"
tap "dart-lang/dart"
cask "java"
cask "osxfuse"
brew "bash"
brew "bash-completion@2"
@Stargator
Stargator / # git - 2018-06-29_17-15-35.txt
Created June 29, 2018 21:16
git on macOS 10.13.1 - Homebrew build logs
Homebrew build logs for git on macOS 10.13.1
Build date: 2018-06-29 17:15:35
@Stargator
Stargator / master_output.txt
Last active July 12, 2018 20:57
Outputs for Propcheck Demo
$ dart example/demo.dart
unittest-suite-wait-for-done
PASS: smallcheck good
ERROR: smallcheck bad
Test failed: Caught falsified after 11 tests
argument 1: [true]
argument 2: [false]
package:propcheck/propcheck.dart 93:11 SmallCheck.check
example/demo.dart 40:26 main.<fn>.<fn>