Rohan Liston

Results 4 issues of Rohan Liston

### Summary Is it possible to have type-safe queries in [makeExtendSchemaPlugin](https://www.graphile.org/postgraphile/make-extend-schema-plugin/) resolvers, so that the resolvers break at build time if incompatible database schema changes are made? ### Details I've...

🔁 revisit-in-v5

Doesn't running `p4d -d` through `daemon` on [this line](https://github.com/Allar/linux-perforce-installer/blob/master/p4dservice#L19) create an extraneous process that immediately forks off another one? Currently: ``` > ps aux | grep p4d perforce 7213 0.0...

bug

There doesn't appear to be a way to specify where the SDK will be downloaded to, which makes the SDK files more difficult to cache in a CI environment and...

### Feature description Flyway has the concept of [repeatable migrations](https://documentation.red-gate.com/fd/repeatable-migrations-273973335.html) that are (re-)applied to a database on `migrate` every time their checksum changes. This differs from the 'current' migration concept...