hof
hof copied to clipboard
Framework that joins data models, schemas, code generation, and a task engine. Language and technology agnostic.
CUE has recently made it possible to write an incomplete value without resolved references to a file. Like we support JSON and Yaml template helpers, we should also support a...
Get Tidy Make mod file like Go with two require sections? Do we introspect imports and make sure they exist? (or wait for `cue`?)
As written here https://github.com/hofstadter-io/hof/blob/ac766d2494f3968a0e2836a52fd206ae278d4563/lib/mod/modder/modder_vendor.go#L153 module replace directive are ignored for nested dependencies. But since the original directive is put in `cue.sums`, it fails when having nested dependencies. One simple way...
self explanitory
i am using hof in a script like this hof gen $SRCD/chartapijson.cue -T $SRCT/chartgen.go -O $TRGT where SRCD is the directory for cue files, SRCT is directory for template files...
Need to look into this, go through everything and see what's not working. I suspect that `cue|hof/flow` may be swallowing the error
Can i cancel a running flow, or pause it? And, can i get a list, that contain all running flow?
I want to know does hof support run node in parallel? Like direktiv, it support Parallel State. If hof support parallel, how to use.
## What feature would you like? automatic or easy to use retry for fetch failures, mostly invisible to users ## Is your feature request related to a problem you are...
## What feature would you like? ``` currently i have a json file with a single object, and i'd like to apply a #Def from another package and export a...