I hereby claim:
- I am callahad on github.
- I am callahad (https://keybase.io/callahad) on keybase.
- I have a public key whose fingerprint is 45A9 53A2 E442 7B8A 68D1 7CED 6E4A 6E96 560C 0D96
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
These snippets show several different ways of accomplishing the same asynchronous task: fetching a document and reporting the status code.
The third example is the future, and will likely start landing in runtimes soon. You can use it today thanks to Babel, as snippets #4 and #5 show.
%title: Intro to FxOS Tooling %author: [email protected] %date: 2014-09-20
$ cowsay "Intro to FxOS Tooling"
_______________________
< Intro to FxOS Tooling >
-----------------------
\ ^__^
FROM debian:7.4 | |
MAINTAINER Dan Callahan <[email protected]> | |
RUN DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \ | |
vim curl locales \ | |
&& apt-get clean | |
RUN locale-gen C.UTF-8 && LANG=C.UTF-8 /usr/sbin/update-locale | |
ENV LANG C.UTF-8 |
Flags:
dom.webcomponents.enabled
#enable-experimental-web-platform-features
#enable-html-imports
(Firefox doesn't have native HTML import support, yet.)
(function () { | |
/* License: MPL 2.0. | |
* | |
* This polyfill implements the proposed "Goldilocks API" for Persona atop the | |
* existing "Observer API." | |
* | |
* Usage: | |
* 1. Configure Persona: | |
* | |
* navigator.id.watch({ |
// Copyright (c) 2012-2013 Titanium I.T. LLC. All rights reserved. | |
/*global window, document, navigator, XMLHttpRequest, alert, setupPersona, $*/ | |
(function() { | |
"use strict"; | |
var ready = false; | |
window.setupPersona = function(email) { | |
$(".tdjs-signin").click(onSignin); |
From 21d898eb00cbcb1ffcab7d5e0ec01a4e80499ea5 Mon Sep 17 00:00:00 2001 | |
From: Dan Callahan <[email protected]> | |
Date: Tue, 3 Sep 2013 16:30:44 -0500 | |
Subject: [PATCH] Hack to ignore Persona session hints | |
--- | |
mediagoblin/plugins/persona/static/js/persona.js | 18 +++++++++++++++++- | |
1 files changed, 17 insertions(+), 1 deletions(-) | |
diff --git a/mediagoblin/plugins/persona/static/js/persona.js b/mediagoblin/plugins/persona/static/js/persona.js |