This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<head> | |
<title>Focus event bug test</title> | |
</head> | |
<body> | |
{{> someTemplate}} | |
</body> | |
<template name="someTemplate"> | |
<!-- Remove this wrapping span and the focus event will start working. --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Forked from the node.js assert module, partly because it's not | |
// exposed as a boolean-returning function, and I needed to extend it | |
// to use any equals() method available. | |
module.exports = _deepEqual; | |
function _deepEqual(actual, expected) { | |
// 7.1. All identical values are equivalent, as determined by ===. | |
if (actual === expected) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mpj-mbp:openrecipe-api mpj$ npm install -d | |
npm info it worked if it ends with ok | |
npm info using [email protected] | |
npm info using [email protected] | |
npm info preinstall [email protected] | |
npm info addNamed [ 'connect', '2.2' ] | |
npm info addNamed [ 'express', '2.5' ] | |
npm info addNamed [ 'restify', '1.4.1' ] | |
npm info addNamed [ 'xregexp', '1.5' ] | |
npm info addNamed [ 'underscore', '1.3' ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mpj-mbp:openrecipe-api mpj$ npm install -d | |
npm info it worked if it ends with ok | |
npm info using [email protected] | |
npm info using [email protected] | |
npm info preinstall [email protected] | |
npm info addNamed [ 'sugar', '1.2' ] | |
npm info addNamed [ 'connect', '2.2' ] | |
npm info addNamed [ 'restify', '1.4.1' ] | |
npm info addNamed [ 'logule', '0.5' ] | |
npm info addNamed [ 'vows', '0.6' ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm install -d | |
npm info it worked if it ends with ok | |
npm info using [email protected] | |
npm info using [email protected] | |
npm info preinstall [email protected] | |
npm info addNamed [ 'connect', '1.8' ] | |
npm info addNamed [ 'restify', '1.4' ] | |
npm info addNamed [ 'logule', '0.5' ] | |
npm info addNamed [ 'vows', '0.6' ] | |
npm info addNamed [ 'api-easy', '0.3' ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mpj-mbp:openrecipe-api mpj$ git pull | |
Updating e49fd8f..8a69162 | |
Fast-forward | |
TODO | 56 ++++- | |
package.json | 1 - | |
spec/api/v1/recipes/get_spec.js | 267 ++++++++++++---------- | |
spec/api_spec.js | 17 +-- | |
spec/fixtures/api/v1/recipes/get/collection.json | 1 - | |
spec/fixtures/api/v1/recipes/get/resource.json | 1 - | |
spec/spec_helper.js | 33 ++- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mpj-mbp:openrecipe-scraper mpj$ vows | |
········· ·········· ············································· ······························ ················· ····· ··· ········ 23:55:43 - INFO - :: PARSING: http://www.alltommat.se/recept/Chili-con-carne-320 | |
23:55:43 - INFO - :: PARSING: http://www.alltommat.se/recept/Jordgubbscheesecake-pa-kladdkaksbotten-10151 | |
{ | |
created_at: '2012-05-08 09:55:47 UTC', | |
system: { | |
parsing: { started_at: 1336514147519, ended_at: 1336514147632 }, | |
fetching: { started_at: 1336514143912, ended_at: 1336514147519 } | |
}, | |
notes: {}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ChangeWatcher.watch(this, ['projectService', 'currentProject'], function():void { | |
bind('introTitleA').to('projectService', 'currentProject', 'introTextPrimary').twoWay(); | |
}); | |
/** | |
* Shorthand for binding a property (target) on the object | |
* to another property on the object (source). | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package | |
{ | |
public class TestStuffThing | |
{ | |
public function TestStuffThing() | |
{ | |
var funca:Function, | |
runs:int = 10000000, | |
i:int, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bah. |