I hereby claim:
- I am leohemsted on github.
- I am bbm (https://keybase.io/bbm) on keybase.
- I have a public key ASD16wCMnl_8Dly16ILLeXJJsaTUg6Y4iFGfBy-KS6O8JAo
To claim this, I am signing this object:
| FROM python:3.6-slim-stretch | |
| RUN \ | |
| echo "weasyprint dependencies" \ | |
| && apt-get update \ | |
| && apt-get install -y --no-install-recommends \ | |
| libcairo2 \ | |
| libpango1.0-0 \ | |
| libpangocairo-1.0.0 \ | |
| libgdk-pixbuf2.0-0 \ |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <title> | |
| Preview – GOV.UK Notify | |
| </title> | |
| <style media="print"> | |
| @page { |
I hereby claim:
To claim this, I am signing this object:
| define(function(require) { | |
| 'use strict'; | |
| var $ = require('jquery'), | |
| Sinon = require('sinon'); | |
| var always_count, done_count, fail_count; | |
| var make_ajax_request = function() { | |
| always_count = 0; | |
| done_count = 0; | |
| fail_count = 0; |