David Bernard
David Bernard
Thanks, To be more precise, at least support of only zero args methods would be enought. I integrated gtmpl into my WIP project https://github.com/davidB/git-find . Some new data (info about...
Good catch, I didn't see the value of a detailed comparison (in form table/list) with alternatives. But PR is welcome. TBH I think I should clarify/simplify the features list. I...
The central and local registry for alias is planned. I should write the roadmap or the list of planned features :-P
Thanks, I released version 2.1.1 with your PR. Good idea, I'll add an example of using calling `ffizer apply` as a lib, but If you already have one, feel free...
Hi, Yes having a vscode plugin for ffizer is a good idea, I also though about it but I didn't find the time yet to work on it. Thanks for...
Thanks for sharing your workaround. Can you also share the config of easterapps.script-runner you used ?
If ffizer support both extension, what is your suggestion if both file exist ?
FYI for commit the project use [gitmoji](https://gitmoji.carloscuesta.me/) to start comment. By default I "rebase and merge" PR, but in this case I'll "squash and merge" after change requested. Thanks for...
Hi, Thanks for trying ffizer and for reporting this issue. This is how I did in my template: ``` {{#if (eq repo_init "true") }} .... {{/if}} ``` But I agree...
👍 Yes it could become a useful features. As side-note for license you can do: ```yaml variables: - name: licenses_json default_value: '{{ http_get "https://spdx.org/licenses/licenses.json" }}' hidden: true - name: license_id...