Morgan Craft
Morgan Craft
Agree, it is important to indicate in the first ADR what format is being adopted 👍🏻 I use the [Homebrew ADR](https://formulae.brew.sh/formula/adr-tools) CLI tool (created by Nat Pryce) which by default...
ugh this hurt -- been trying to track down some migration issues between various deployments/environments. Was trying to unravel a specific `FOREIGN_KEY` mapping and was relying on the `DDLs` in...
I'm little late to the party and didn't see the deprecation notice, but had adopted standard-version tooling for some projects. Appreciate everyones effort in transparency and knowledge sharing here to...
Just came here, and believe my rule: ```yaml docs: - ./*.md - docs/*.md - docs/**/*.md ``` having a similar issue. Labels for things in `docs/` but for instance changes to...
@askesian I did some initial r&d. Found this [express-react-views](https://github.com/reactjs/express-react-views) which after generating a fresh jade/keystone project I changed the `init` in the `keystone.js` file to ``` javascript keystone.init({ 'name': 'My...
@askesian @JedWatson Started work on [react engine integration](https://github.com/mgan59/generator-keystone/tree/react-engine) view [compare](https://github.com/mgan59/generator-keystone/compare/keystonejs:master...mgan59:react-engine?expand=1). Have a basic working version with basic template stubs for index and post views. Need to port markup over from...
I've completed more of this and have the default template ported except for gallery. Just hadn't had a chance to open a or for all the work. Will follow up...
@ppiekarczyk @JedWatson I rebased my work off the latest on master and opened up a [pr/128](https://github.com/keystonejs/generator-keystone/pull/128) on the generator repo. It is not quite feature complete, I noted in the...
For some reason I wasn't getting some of these notifications. The work was started and has been sort WIP for the last year or so, I took it most of...
Just checked my local git log, and the most recent commits are on that PR, which means there are new merge conflicts. I can fetch upstream and rebase to get...