Skip to content

Instantly share code, notes, and snippets.

Verifying my Blockstack ID is secured with the address 1HcjYcviLNcqjkyZKPLrfvwtGFFAoPq52L https://explorer.blockstack.org/address/1HcjYcviLNcqjkyZKPLrfvwtGFFAoPq52L
@eillarra
eillarra / Dockerfile
Last active October 8, 2018 17:33
python:alpine
FROM python:3.7-alpine
# install wkhtmltopdf -- if needed
RUN apk add --no-cache wkhtmltopdf \
--repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/
WORKDIR /app
COPY requirements.txt /app/
# ensure Alpine Linux includes the necessary packages

Keybase proof

I hereby claim:

  • I am eillarra on github.
  • I am eillarra (https://keybase.io/eillarra) on keybase.
  • I have a public key ASAJ5WVncPtm6tRGHAdbiqDrx-N81kMVU-wCdcd1JaWYJwo

To claim this, I am signing this object:

@eillarra
eillarra / Label.php
Last active December 14, 2015 18:09
Entity counter onFlush using Doctrine $unitOfWork.
<?php
namespace Acme\BlogBundle\Entity;
class Label
{
use \Acme\CoreBundle\Traits\Entity\Counter;
/**
* @var integer