hof icon indicating copy to clipboard operation
hof copied to clipboard

Framework that joins data models, schemas, code generation, and a task engine. Language and technology agnostic.

Results 87 hof issues
Sort by recently updated
recently updated
newest added

Two problems here: - the error output returned by the formatter has html, we want the text version of the error trace (with newlines) - need to enable body-parser and...

The original idea came from wanting to run another tool after code gen, on the output. Generally, providing hooks into the code gen lifecycle seems interesting. from slack: --- the...

diff the shadow with the output add to gen command as a flag like `--show-diff` that runs in informative mode (no writing)

Hello Can you tell me if the following is possible, if and if so, what is needed to achieve this: I have a json fie - an array of ojbects...

via the `cuetils` package and functions `hof` is using for CUE loading (supported in hof/flow already, needs moving)

It would be helpful to embed the comments found in CUE into the template rendering input - data model - In fields Add as `_comment` before decoding into value, is...

It's not easy to install on Mac OS with M1 chip

There are the main tasks to complete for 0.7 release. - [ ] `hof/dm` command - [ ] views - [ ] migrations demonstrated - [ ] usage with hofmod-sql...

Implements `hof/dm` command for capturing data models as the core to defining applications and generators around. Includes schema, checkpointing, diff, and history. - implement datamodeling - [x] schema - [x]...

rather than making the user figure out the diff command and args Probably a flag like `--show-diff` that skips gen and just shows diff pair with #78