-
So after many, many talks we have decided that we are going to convert the site to use a php framework. In keeping with being lightweight, CodeIgnitor is going to be the choice.
I created this issu…
-
bootstrap-dropdown.js when minified with JSMin::minify produces error in Firefox error console saying clearMenus()needs ;
on line:
```
clearMenus()
!isActive && $parent.toggleClass('open'…
-
Time: 5pm CEST
Meeting participants: Mark Hendrickson, Jack Pearkes, Ryan Barrett
Communication: Google Hangout (https://plus.google.com/hangouts/_/641791fa73528b2ee267a9fcb77038c80430a860)
Notes:
W…
-
Having a way to export out data to a simple json file is pretty critical if we are going to start running Ghost as a blog so that we can backup before upgrades just in case stuff goes wrong.
We will…
-
For some reason my blog was causing KeyError because 'link-text' was missing for the post variable.
I fixed it by modifying the code in tumblr_backup.py around line 400 to:
```
if 'link-text…
-
I'm gonna track the progress here. There are some major concerns with architectural changes which could possibly mean we need to abort the mission, but if I can get those squared in the next few days …
-
Currently it appears that embeded Vimeo videos don't get pulled into Day One, perhaps because they are in an iframe. Since Day One will natively embed a Vimeo link by just including the URL, could the…
-
I am using Arch Linux and I have tried multiple ruby versions including 1.9.1, 1.9.3, and 2.0.0-rc1 and I get this error message every time I run `tumblr authorize`
> [2013-02-04 16:14:41] INFO WEBr…
-
Running on Ubuntu 12.04 get the following when trying to authorize, any tips on solving the issue?
alastair@alastair-H61M-S2PV:~$ tumblr authorize
[2013-01-24 22:09:45] INFO WEBrick 1.3.1
[2013-01-2…
-
EXIF is a binary format and I can't find a standard way to encode it as JSON.
An easy reference point could be to use the output of `exiftool myfile.jpg -json` as the standard format. This would hav…