Charlike Mike Reagent
Charlike Mike Reagent
I'm thinking for global generators options, so it can't be simple `templates` property in `~/data-store/verb.json` config, because verb may need more than one generator, so it could be something like...
resolves #20 and #21
The change is pretty small and useful. The use case is that I have a runner that uses `cosmiconfig` to get some configuration, which also can be an array, so...
Would you consider this or not? Currently, we require to have `jest-runner-eslint` config file (or field) which... isn't that good if you want to provide "zero config" experience, or near...
Seems like CUDA requires GCC6 but errors with it :D Pretty fantastic logic... I know it's not a problem here, but some thread or workaround about that? ArchLinux user here....
I think Epiphany is great and run examples in localhost, i.e. examples/login/. But appear this error `Warning: array_shift() expects parameter 1 to be array, null given ... EpiSession.php on line...
Not sure for where the problem come, but i have ``` json "toc": { "render": true, "method": "preWrite", "maxdepth": 4 } ``` and when ran `verb --config related.list:...` it overrides...
I've tried to save to global config some options. ``` verb --save run:true ``` for example and it saves it to `~/.data-store/generate.json` ``` json { "run": true, "cwd": "/home/charlike/dev/capture-spawn" }...
I tried everything but cant figure out how to define custom templates path with `--set`. I mean, there pops up some ugly stack trace. ``` [charlike@localhost is-kindof]$ verb [07:04:01] using...
Loading of each page is damn slow with 100 Mbps connection.