Results 8 comments of Scott R. Parish

I found that I was able to use my token in the password field and that worked.

If you want to prefix all tables and functions with the postgresql schema name: ```typescript import { makeAddInflectorsPlugin } from "graphile-utils"; import * as lodash from "lodash"; export const MakeSchemaPrefixPlugin...

You could always use shapeless. The below code is still using Update, but since it's building that up with shapeless, it should address tpolecat's concerns about width and alignment: ```scala...

Would be easy to add a field/column name mapping layer. Just trying to plant a seed of what kinds of things are possible.

In my experience, CDK is much easier to work with to achieve whatever outcomes are desired. However, it doesn't have a pipeline ready to go, and requires a bunch of...

It's already pretty easy to use the [mu custom cloudformation](https://github.com/stelligent/mu/wiki/Custom-CloudFormation) to add extra security groups: ``` mu-vpc-acceptance: Resources: BastionHost: Properties: NetworkInterfaces: Fn::Splice: - 0 - 1 - - GroupSet: -...

I think the `priority` should be specified for each path, so maybe: ``` pathPatterns: - name: app pathPattern: /app* priority: 100 - name: assets pathPattern: /assets* priority: 200 ```

Am I suppose to include a new generation of re2.cpp as part of the pull request, or is that something you prefer to do? If I do it causes tons...