Skip to content

Instantly share code, notes, and snippets.

@harmy
harmy / 12factor.md
Created August 23, 2012 14:30
12factor

中文翻译:梁山 英文原文:Adam Wiggins

简介

如今,软件通常会作为一种服务来交付,它们被称为网络应用程序,或“软件即服务”(SaaS)。“十二要素应用程序”(12-Factor App)为构建如下的SaaS应用提供了方法论:

  • 使用标准化流程自动配置,从而使新的开发者花费最少的学习成本加入这个项目;
  • 和操作系统之间尽可能的划清界限,在各个系统中提供最大的可移植性
  • 适合部署在现代的云计算平台,从而在服务器和系统管理方面节省资源;
@craigbeck
craigbeck / README.md
Created February 16, 2015 22:19
Fix Mailbox.app crashing on startup

Problem

Mailbox.app crashes on startup every time. This happend after a Gmail account was disabled (account associated with previous job) before it was removed from Mailbox.app. This caused crashes on the iOS and OS X versions of the app that made them both unusable.

iOS

An updated app was relased at some point that allowed me to "delete" the prevoiusly deactivated account and has been working for a number of weeks.

OS X