michaelgmiller

Results 6 issues of michaelgmiller

When trying to run the Dockerfile, I get: W: Failed to fetch http://deb.debian.org/debian/dists/jessie-updates/main/binary-amd64/Packages 404 Not Found

I'm building a service modeled after pptraas. We're doing some performance/load testing, and it seems that lack of caching is a big issue. Is there a reason that y'all don't...

Provide a `printBackground` argument to `/pdf`.

Provide a `landscape` argument to `/pdf`.

I have a table schema like: ``` CREATE TABLE table2 ( "id" BIGSERIAL PRIMARY KEY, "uuid" VARCHAR(36) UNIQUE NOT NULL, "column2" VARCHAR(24) NOT NULL ); CREATE TABLE table1 ( "id"...

Is it possible to setup a DAO to do bulk insert queries a la COPY FROM ?