Christopher Chase
Christopher Chase
What about passing a config file; kind of like `supervisor -c supervisor.json` ? Edit: on that, it's nice how composer has `composer.local.json` (not stored in git) and `composer.json` (stored in...
A "wait for change after chash" option would be great
_To jump on an old topic_, Does anyone have an unofficial dark theme that could be used as a starting point?
~~Did you ever find a solution to this?~~ Edit found i had to call save after. ``` que.process(how, (job, done)=>{ job.data.more= stuff; job.save(); done(); }); ```
Though I would pipe up 2 years later, and ask how it's going?
have you included the config.php file? Can you copy in your test.php script?
Just went to report the same issue, with the same workaround ```xml ``` However, there was still some parts of class's that where generated with the column name , not...
Do you mean the WordPress DB or another DB to use in WordPress?
does the `git` command work from the command line?
I'm pretty sure what you want to do is, in the generated schmea, set tableMapName value, http://propelorm.org/documentation/reference/schema.html#column-element `` _edit: Just re-Read you issue, I agree the generator should do this._