I hereby claim:
- I am snipe on github.
- I am snipe (https://keybase.io/snipe) on keybase.
- I have a public key whose fingerprint is C1CC 3935 03A5 D855 6602 F7C1 F564 2C61 1290 D7CC
To claim this, I am signing this object:
| * g o a t s e x * g o a t s e x * g o a t s e x * | |
| g g | |
| o / \ \ / \ o | |
| a| | \ | | a | |
| t| `. | | : t | |
| s` | | \| | s | |
| e \ | / / \\\ --__ \\ : e | |
| x \ \/ _--~~ ~--__| \ | x | |
| * \ \_-~ ~-_\ | * | |
| g \_ \ _.--------.______\| | g |
| As priv'd user, | |
| SET @@global.sql_mode='STRICT_TRANS_TABLES'; | |
| SET @@global.sql_mode='STRICT_ALL_TABLES'; |
I hereby claim:
To claim this, I am signing this object:
| travis encrypt "snipe:<SLACK TOKEN>" --add notifications.slack |
| Verifying that +snipe is my openname (Bitcoin username). https://onename.io/snipe |
| Upgrade Sentry to v 2.1.* |
| <?php | |
| use Illuminate\Console\Command; | |
| use Symfony\Component\Console\Input\InputOption; | |
| use Symfony\Component\Console\Input\InputArgument; | |
| class Versioning extends Command { | |
| /** | |
| * The console command name. |
| <?php | |
| use Illuminate\Console\Command; | |
| use Symfony\Component\Console\Input\InputOption; | |
| use Symfony\Component\Console\Input\InputArgument; | |
| class MoveToS3 extends Command { | |
| /** | |
| * The console command name. |
| // Modified version of the timezone list function from http://stackoverflow.com/a/17355238/507629 | |
| // Includes current time for each timezone (would help users who don't know what their timezone is) | |
| function generate_timezone_list($val = NULL) | |
| { | |
| static $regions = array( | |
| DateTimeZone::AFRICA, | |
| DateTimeZone::AMERICA, | |
| DateTimeZone::ANTARCTICA, | |
| DateTimeZone::ASIA, |
| /* If you've ever had the need to link directly to an open modal window with Bootstrap, here's a quick and easy way to do it: | |
| Make sure your modal has an id and is classed with modal and permalink: | |
| <div class="modal permalink" id="myModal" ... > | |
| Then stick this bit of Javascript at at the end of your document: | |
| */ | |
| $(document).ready(function() { |