I hereby claim:
- I am dmdeller on github.
- I am dmdeller (https://keybase.io/dmdeller) on keybase.
- I have a public key whose fingerprint is 1872 D86F D9E4 2038 48FA DB43 4DF5 4ADF A8BD 32F9
To claim this, I am signing this object:
| // | |
| // HNCSVParser.h | |
| // HNCSVParser | |
| // | |
| // Created by David on 7/20/13. | |
| // Copyright (c) 2013 David Deller. MIT Licensed. | |
| // | |
| #import <CHCSVParser/CHCSVParser.h> |
| __weak __typeof__(foo) weakFoo = foo; | |
| foo.block = ^ | |
| { | |
| [weakFoo doSomething]; | |
| }; |
I hereby claim:
To claim this, I am signing this object:
| #pragma mark - Core Data | |
| - (void)setupCoreData | |
| { | |
| [MagicalRecord setupAutoMigratingCoreDataStack]; | |
| if (SearchEngine.MR_countOfEntities == 0) | |
| { | |
| [self importSeeds]; | |
| } |
| 'use strict'; | |
| // generated on 2014-08-08 using generator-gulp-webapp 0.1.0 | |
| var gulp = require('gulp'); | |
| // load plugins | |
| var $ = require('gulp-load-plugins')(); | |
| var mainBowerFiles = require('main-bower-files'); | |
| // config |
| for gem in $(gem list | cut -d" " -f1); do gem uninstall -aIx $gem; done |
Steps to upgrade a database from PostgreSQL 9.4 to PostgreSQL 9.5 using Homebrew (Mac OS X)
Notes:
This assumes you have already upgraded to 9.5 and got the fatal error trying to use your 9.4 database.
We need to have both 9.4 and 9.5 installed, so reinstall the old version.
| Hi! |
| [ | |
| { | |
| "markFlagged": false, | |
| "fileIn": "Deliveries", | |
| "combinator": "any", | |
| "snoozeUntil": null, | |
| "discard": false, | |
| "created": "2023-07-25T14:15:44Z", | |
| "previousFileInName": null, | |
| "name": "Useless delivery notifications", |