Hannah Wolfe
Hannah Wolfe
Hi there, I'm using this module as part of a bigger validator for Ghost themes. After I've checked that the package.json is valid, I want to use some of the...
- eslint v9 has some breaking changes around config that we'll need to fix across the org - for now, we'll pin to v8 so that the other test and...
Normally: - hasOne = has 0 or 1 child - hasMany = has 0, 1, or many children - belongsToMany = belongs to 0, 1 or many parents However in...
YUM Repo
This is a place for the discussion of what needs to be done to create a YUM repo. Any / all interested parties please get stuck in as I know...
This only affects production mode where templates get cached. Assuming you have a default.hbs file which is your base layout file. In the case that you load and use default.hbs...
In the interest of trying to make Ghost-Vagrant the best possible way to dev for Ghost, there are a few packages that could be installed that would be great: -...
When first called, knex-migrator runs an "integrity check" to make sure migrations are in a state it can understand. ## Problem This has been implemented in a straightforward way, first...
In Ghost 1.0, the migrations table is now the only table using incremental IDs. We need to have support in knex-migrator for using a different type of ID.
Currently, every project that uses ignition logging provides a wiring file that binds the config and logging together. Like this in [gscan](https://github.com/TryGhost/gscan/blob/master/app/logging.js) ``` var logging = require('ghost-ignition').logging({ path: config.get('logging:path'), domain:...
TLDR; ideally I want to supply my domain / app identifier for each log file via the path, and not via domain. I would like to make it possible to...