Peter Ledbrook

Results 59 comments of Peter Ledbrook

The `dota_ability_quickcast n` command still exists, but doesn't seem to do anything. You need to set `dota_ability_quick_cast true|false` and then use `dota_ability_execute n`. I wouldn't be surprised if this doesn't...

I'll look into this one.

Yes, sub-templates are based on the same idea as Yeoman generators. Hopefully the [template developer's guide](https://github.com/pledbrook/lazybones/wiki/Template-developers-guide#user-content-sub-templates-since-07) will give you a good idea of what they are for. They only work...

@hotmeatballsoup Thanks for the interest. The tricky part of this feature is working out how the metadata will be stored. One of the reasons I chose Bintray is that it...

This is just one of those things when using the default Groovy template engine. You need to escape any `$` and `\` in the template. I'll keep this open as...

Sub templates are structurally no different to normal ones. The key difference is that the `generate` command doesn't automatically unpack the template in the project directory and the context/environment for...

I think this has something to do with the changes the Gradle team made to the way plugins are published. Bintray is hosting the 1.2.4 version, but that isn't visible...

I need to think about this. Supporting an option for upgrading feels like opening a can of worms. I guess if we limit it to just sub-templates, we won't run...

I aliased it to `lzb`. I'm not sure whether to favour adding an explicit `lzb` script or relying on the user to create their own shortcuts.

Can you please run `./gradlew --stacktrace packageTemplateTest`? It would be useful to know where the exception is being thrown from. Also, which version of the Lazybones Gradle plugin are you...