Skip to content

Instantly share code, notes, and snippets.

View davglass's full-sized avatar
💭
Taking a much needed sabbatical from Open Source. Please fork and carry on.

Dav Glass davglass

💭
Taking a much needed sabbatical from Open Source. Please fork and carry on.
View GitHub Profile
yogi test --yeti --grid --phantom 20 -x editor -x yui-throttle
yogi [info] using [email protected] on [email protected]
yogi [info] using override modules: anim, app, arraysort, async-queue, attribute, autocomplete, base, button, cache, calendar, charts, classnamemanager, collection, color, common, console, console-filters, cookie, cssbase, cssfonts, cssgrids, cssreset, dataschema, datasource, datatable, datatable-deprecated, datatype, date, dd, dial, dom, dump, editor, escape, event, event-custom, event-gestures, event-simulate, event-valuechange, file, gesture-simulate, get, graphics, handlebars, highlight, history, imageloader, intl, io, json, jsonp, loader, matrix, node, node-flick, node-focusmanager, node-menunav, node-scroll-info, number, oop, overlay, panel, parallel, pjax, plugin, pluginhost, profiler, querystring, queue-promote, recordset, resize, scrollview, simpleyui, slider, sortable, stylesheet, substitute, swf, swfdetect, tabview, template, test, test-console, text, transition, uploader, uploader-deprecat
(node) warning: possible EventEmitter memory leak detected. 11 listeners added. Use emitter.setMaxListeners() to increase limit.
Trace
at AgentGroup.growListenerTree (/Users/yui/src/yeti/node_modules/eventemitter2/lib/eventemitter2.js:189:23)
at AgentGroup.EventEmitter.on (/Users/yui/src/yeti/node_modules/eventemitter2/lib/eventemitter2.js:346:24)
at EventYoshi.add.self.child (/Users/yui/src/yeti/node_modules/eventyoshi/lib/index.js:32:10)
at Array.forEach (native)
at EventYoshi.add (/Users/yui/src/yeti/node_modules/eventyoshi/lib/index.js:31:31)
at AgentManager.bindAgentGroup (/Users/yui/src/yeti/lib/hub/agent.js:625:28)
at AgentManager.groupAgents (/Users/yui/src/yeti/lib/hub/agent.js:767:14)
at Array.forEach (native)
@davglass
davglass / execute
Created December 28, 2012 15:59
PhantomJS 1.8.0 crasher
$phantomjs-1.7.0 ./repro.js
Page executed successfully
$ phantomjs-1.8.0 ./repro.js
PhantomJS has crashed. Please read the crash reporting guide at https://github.com/ariya/phantomjs/wiki/Crash-Reporting and file a bug report at https://code.google.com/p/phantomjs/issues/entry with the crash dump file attached: /tmp/2f69ff41-1800-ac63-7c5f013f-25df8b39.dmp
Segmentation fault (core dumped)
@davglass
davglass / gist:4332996
Created December 18, 2012 23:15
Yeti Run on iOS 6.0.1 from dev-master
yogi test --yeti
yogi [info] using [email protected] on [email protected]
yogi [info] using override modules: anim, app, arraysort, async-queue, attribute, autocomplete, base, build_docs, button, cache, calendar, charts, classnamemanager, collection, color, common, console, console-filters, cookie, cssbase, cssfonts, cssgrids, cssreset, dataschema, datasource, datatable, datatable-deprecated, datatype, date, dd, dial, dom, dump, editor, escape, event, event-custom, event-gestures, event-simulate, event-valuechange, file, gesture-simulate, get, graphics, handlebars, highlight, history, imageloader, intl, io, json, jsonp, loader, matrix, node, node-flick, node-focusmanager, node-menunav, node-scroll-info, number, oop, overlay, panel, parallel, pjax, plugin, pluginhost, profiler, querystring, queue-promote, recordset, resize, scrollview, simpleyui, slider, sortable, stylesheet, substitute, swf, swfdetect, tabview, template, test, test-console, text, transition, uploader, uploader-deprecated, widget, widget-anim, widget-au
@davglass
davglass / gist:4019847
Created November 5, 2012 19:38
Dav's Yeti Cluster

Dav's Yeti Cluster

Direct Hardware

@davglass
davglass / .gitignore
Created October 12, 2012 21:50 — forked from caridy/m.js
node_modules
@davglass
davglass / drag-gestures.js
Created October 3, 2012 18:30
IE10 touch support for DD
/**
* This module is the conditional loaded `dd` module to support gesture events
* in the event that `dd` is loaded onto a device that support touch based events.
*
* This module is loaded and over rides 2 key methods on `DD.Drag` and `DD.DDM` to
* attach the gesture events. Overrides `DD.Drag._prep` and `DD.DDM._setupListeners`
* methods as well as set's the property `DD.Drag.START_EVENT` to `gesturemovestart`
* to enable gesture movement instead of mouse based movement.
* @module dd
@davglass
davglass / install.txt
Created September 13, 2012 15:11
npm install dependencies
npm install grover yuitest shifter yogi
@davglass
davglass / gist:3702026
Created September 11, 2012 21:00
.screenrc
defscrollback 1000
caption always "%{+b wk}%H | %C:%s %a %m.%d.%Y | %90=Load: %l %{wk}"
termcapinfo xterm-256color|xterm-color|xterm|xterms|xs|rxvt ti@:te@
@davglass
davglass / gist:3670235
Created September 7, 2012 22:21
Shifter full lib build
[yeti][src (3.x)] ➔ shifter --walk --no-coverage --max=8
shifter [info] revving up
shifter [info] racing the directories
shifter [info] using --no-semi --no-coverage
shifter [info] found 94 modules to race (8 at a time), let's do this
shifter [warn] this will be quiet, only status will be emitted for speed. failed builds will print after
..............................................................................................
shifter [info] done racing, the gears are toast
shifter [info] finished in 21.403 seconds, pretty fast huh?