Jon Seymour

Results 4 issues of Jon Seymour

After a migration like this: ``` -- +goose Up CREATE TABLE ssh_keys ( id integer NOT NULL, "publicKey" text ); INSERT INTO ssh_keys (id, "publicKey") VALUES (1, '-----BEGIN RSA PUBLIC...

I am trying to capture the migrations performed by Django in a goose migration and so have dumped the relevant tables with data, using a pg_dump execution (I am using...

For a use case I have I may need to talk to multiple slaves across a single RTU serial connection. It seems that the way to cater for this case...

enhancement

This is an alternative resolution of #22 which would tolerate any specified URL, including those for older versions. golang.org download URLs do not serve the correct TLS certificate unless TLS...