Current as of Thing 0.2.4
- One sentence description of thing and its purpose
- Who/where/what/when/why
Verifying I am +dietrich on my passcard. https://onename.com/dietrich |
/* Manifest snippets */ | |
"type": "privileged", | |
"permissions": { | |
"alarms": { | |
"description": "Required to schedule alarms" | |
} | |
}, | |
"messages": [ | |
{ "alarm": "/index.html" } |
twerkworker:gaia dietrich$ APP=keyboard make test-integration | |
rm -rf profile profile-debug profile-test profile-gaia-test-b2g profile-gaia-test-firefox profile-raptor profile-test /Users/dietrich/Dropbox/moz/gaia/build_stage docs minidumps | |
Test SDK directory: /Users/dietrich/Dropbox/moz/gaia/b2g_sdk/39.0a1-2015-03-05-16-02-02 | |
test -f /Users/dietrich/Dropbox/moz/gaia/b2g_sdk/39.0a1-2015-03-05-16-02-02/B2G.app/Contents/MacOS/xpcshell | |
[rebuild] rebuildAppDirs: ["/Users/dietrich/Dropbox/moz/gaia/apps/bluetooth","/Users/dietrich/Dropbox/moz/gaia/apps/bookmark","/Users/dietrich/Dropbox/moz/gaia/apps/calendar","/Users/dietrich/Dropbox/moz/gaia/apps/callscreen","/Users/dietrich/Dropbox/moz/gaia/apps/camera","/Users/dietrich/Dropbox/moz/gaia/apps/clock","/Users/dietrich/Dropbox/moz/gaia/apps/collection","/Users/dietrich/Dropbox/moz/gaia/apps/communications","/Users/dietrich/Dropbox/moz/gaia/apps/costcontrol","/Users/dietrich/Dropbox/moz/gaia/apps/default_theme","/Users/dietrich/Dropbox/moz/gaia/apps/download","/Users/ |
I hereby claim:
To claim this, I am signing this object:
function start() { | |
navigator.mediaDevices.getUserMedia({ audio: true}) | |
.then(onMediaStreamHandler) | |
.catch(function(error) { | |
console.log('getUserMedia error: ', err); | |
}); | |
} | |
function onMediaStreamHandler(stream) { | |
stream.onactive = function(e) { console.log('stream active', e) }; |
(* | |
To install: | |
1. Open Script Editor | |
2. Copy the code below into the editor | |
3. File > Save > Choose type "application" | |
4. Give a name you'll remember like "openChromeURLInFirefox" | |
5. Save to your Applications directory (so it can be indexed by Spotlight) |
diff -U 8 Carthage/Checkouts.bak/magnet-scanner-ios/MagnetScannerIOS/ScannerBle.swift Carthage/Checkouts/magnet-scanner-ios/MagnetScannerIOS/ScannerBle.swift | |
--- Carthage/Checkouts.bak/magnet-scanner-ios/MagnetScannerIOS/ScannerBle.swift 2016-10-10 20:59:47.000000000 -0700 | |
+++ Carthage/Checkouts/magnet-scanner-ios/MagnetScannerIOS/ScannerBle.swift 2016-10-10 22:37:29.000000000 -0700 | |
@@ -48,17 +48,17 @@ | |
centralManager.stopScan() | |
} | |
deinit { | |
stop() | |
} |
A-Frame no longer responds to device motion on Firefox on Android after Firefox version 53.
Kip removed Cardboard support in bug 1250244, which caused the problem. However, A-Frame orientation still works on other non-WebVR non-Cardboard mobile browsers.
Why doesn't the WebVR polyfill kick in and wire up orientation API support?
[ | |
{ | |
"namespace": "showonlythesetabs", | |
"description": "WebExtension API to show only some tabs on the tab strip.", | |
"permissions": ["experiments.showonlythesetabs"], | |
"types": [ | |
{ | |
"id": "Tab", | |
"type": "object", | |
"properties": { |