chris-hailstorm

Results 16 comments of chris-hailstorm

Having this in `package.json` would help keep multiple tools / services in sync.

Same issue whether the repo already exists on docker.io (with Public permissions), or not. Is there some protocol for providing the docker.io password to `draft config set registry`?

This is a great idea -- probably needs to be SQS + SNS, however. SQS doesn't do pub-sub -- there is no exchange or routing concept. The pub-sub pattern for...

@peterp Is it necessary to make the shared code an npm package? For a while now I've had a shared code folder at the same level as `web` and `api`...

@peterp I'd use the package approach if shared stuff is bigger / reusable, agree with you there. And if it's smaller (one-off functions, regexes, constants) -- I'd probably not package...

I can't vouch for the current state of the `react-fullstack-advanced` boilerplate, but it's easy enough to enable that variant for the CLI tool. After an `npm install` of `graphql-cli`, just...

I can't vouch for the current state of the `react-fullstack-advanced` boilerplate, but it's easy enough to enable that variant for the CLI tool. After an `npm install` of `graphql-cli`, just...

I can't vouch for the current state of the `react-fullstack-advanced` boilerplate, but it's easy enough to enable that variant for the CLI tool. After an `npm install` of `graphql-cli`, just...

I can't vouch for the current state of the `react-fullstack-advanced` boilerplate, but it's easy enough to enable that variant for the CLI tool. After an `npm install` of `graphql-cli`, just...

+1 Today I generated models using sqlacodegen. These don't appear to be acceptable to sandman2. An option to generate models (source code) from either sqlacodegen or sandman2 itself would be...