Original reference: https://github.com/ajoslin/conventional-changelog/blob/master/conventions/angular.md
Appears under "Features" header, pencil subheader:
feat(pencil): add 'graphiteWidth' option
| 1. Install Mongodb - I used Homebrew | |
| 2. sudo mkdir -p /data/db | |
| 3. sudo chown <username> /data/db | |
| 4. mongod - (runs mongo) |
| <smil xmlns="http://www.w3.org/ns/SMIL" xmlns:epub="http://www.idpf.org/2007/ops" version="3.0"> | |
| <body> | |
| <seq epub:textref="the_horror.xhtml"> | |
| <par> | |
| <text src="../../s9ml/the_thrill_of_horror/the_horror.xhtml#data-uuid-dcd02aaaf7fa46dcb9c94cf1a3cab096" /> | |
| <audio clipBegin="00:00:00.000" clipEnd="00:00:01.169" src="../../audio/sn_77e0-c02-s04-038.mp3"/> | |
| </par> | |
| <par epub:type="learning-resource"> | |
| <text src="page.xhtml#id-of-element-that-forces-stop" /> | |
| </par> |
| export async function load({id, src, onEnd}) { | |
| try { | |
| const node = await createNode(src, onEnd); | |
| nodes[id] = node; | |
| return { | |
| duration: node.duration() | |
| } | |
| } catch(error) { | |
| throw error; | |
| } |
Original reference: https://github.com/ajoslin/conventional-changelog/blob/master/conventions/angular.md
Appears under "Features" header, pencil subheader:
feat(pencil): add 'graphiteWidth' option
Update all remotes
git fetch --all
Change to my branch
git checkout my-branch
| if(navigator.userAgent.match(/iPhone; CPU iPhone OS 7_0/)) { | |
| document.write('<style type="text/css">body{-webkit-transform: translate3d(0,20px,0)}</style>'); | |
| } |
###Managing Android Virtual Devices (AVDs) from the Command Line
First, view a list of Android system image targets on your local machine
android list targets
Sample output:
id: 1 or "android-16"
Name: Android 4.1.2