I hereby claim:
- I am maxparm on github.
- I am maxparm (https://keybase.io/maxparm) on keybase.
- I have a public key whose fingerprint is 4D79 E4E7 24F7 78EE CB42 D864 25D8 54E7 CB47 C7A8
To claim this, I am signing this object:
javascript:(function(){ | |
var url = location.href; | |
var title = `${document.getElementById('key-val').innerText} ${document.getElementById('summary-val').innerText}`; | |
var description = document.getElementById('description-val').innerText; | |
body = ` | |
### Description | |
[Jira](${location.href}) | |
${description} |
I hereby claim:
To claim this, I am signing this object:
title: Writing CSS at 7Geese author: name: Maxime Parmentier twitter: maxparm url: http://maximeparmentier.com output: basic.html controls: true
--
<div class="js-ui-content"></div> | |
<script id="my-template" type="text/html"> | |
<% if (!data.state.hasConfirmed) { %> | |
Display name? <button class="js-ui-confirm">Yes</button> | |
<% } else { %> | |
Hello <%= data.model.name %>! | |
<% } %> | |
</script> |
$(function () { | |
$('.view-pull-request .js-new-comment-form').on('submit', function (e) { | |
var text = $('.js-comment-container:first .js-comment-body').text().toLowerCase(); | |
if (text.indexOf('changelog') < 0) { | |
e.preventDefault(); | |
alert('Please add a changelog!'); | |
} | |
}); | |
if ($('.pull-request-tab-content')) { |
<div><%= message %></div> |
-path/to/ignore/1/*, -path/to/ignore/2/* |
{ | |
"name": "rest-api-unit-testing", | |
"version": "0.0.1", | |
"dependencies": { | |
"mocha": "1.8.1", | |
"request": "2.12.0" | |
} | |
} |
web: python manage.py runserver 0.0.0.0:$PORT --noreload |