David Bernard
David Bernard
eg look at https://crates.io/search?q=clap_complete
- and with value of variables - if same version ask confirmation if the new version should be applied (version is only for template that comes from a git repo...
inspiration: - [createFetchCookiecutterAction() | Backstage Software Catalog and Developer Platform](https://backstage.io/docs/reference/plugin-scaffolder-backend-module-cookiecutter.createfetchcookiecutteraction) - [Writing Custom Actions | Backstage Software Catalog and Developer Platform](https://backstage.io/docs/features/software-templates/writing-custom-actions/)
Often an example code is included into template, and the "first work" of user is to remove, comment, or modify it. When the template is re-applied (for update, sync,...) this...
Add support for a layout like: ``` src/ +-- main.rs +-- mymod.rs ``` The main.rs support only private "mod" listed in the main.rs but they are converted into "pub mod"...
Sometime, I comment fragment of the pom.xml (to diseable some plugin, try to clean dependencies). But I should also diseable the autosync, if I don't want to loose the section....
I've a pom.xml with integration-tests maven.test.skip !true ... but when I sync : ... profiles: - id: integration-tests activation: property: name: maven.test.skip value: !true build: ... Embedded error: Invalid YAML...
hyper 0.9.x depends of openssl by default, and it can failed to compile if openssl dev lib is not installed. As ssl is not used by gym-http server, then remove...
try http://docs.oracle.com/javase/6/docs/jre/api/net/httpserver/spec/com/sun/net/httpserver/package-summary.html
good idea steal from [date – Liquid template language](https://shopify.github.io/liquid/filters/date/) - provide helpers to format date into string - provide helpers to return current datetime - provide helpers to format date...