Sam Deane

Results 35 issues of Sam Deane

Add a way to specify other folder locations to use when looking for templates. Currently included sub-templates are having to use relative paths, which is fine but gets a bit...

enhancement

We can use them to represent some options that control the generated code output.

enhancement

For object properties, it's probably hard to supply a default value, but it is easy to generate code to initialise them to a new instance of whatever object type they...

enhancement

If access is set on a property, add it to the header definition Example: access = "readonly"

enhancement

If private = YES is set on the property, declare it in the .m file.

enhancement

When a file isn't modified, Coma currently outputs a message about it. Add an option to turn this off, so it only outputs information about files that were regenerated. The...

enhancement

One for the far future - just wondering how easy it would be to go in this direction as well as the other one...

enhancement

I have flutter/dart installed via asdf. When I start VSCode, it sometimes fails to find flutter. Looking at the log, it appears to be finding the asdf shim, and then...

is enhancement
awaiting info

Launching via VSCode/XCode onto a hardware device works fine. However, if I the launch the same binary manually on the device, it crashes on startup. Looking at the crashlog, it...

**Actual behavior** ``` bash-3.2$ go install go.uber.org/mock/[email protected] bash-3.2$ mockgen --version Killed: 9 ``` **Expected behavior** ``` bash-3.2$ go install go.uber.org/mock/[email protected] bash-3.2$ mockgen --version v0.3.0 ``` **To Reproduce** Installing mockgen on...