William Wood

Results 4 issues of William Wood

It would be great if out of the gate this was configured to have GPIO14 as a momentary toggle pin. This way we could solder pins onto 3.3V and GPIO14...

Currently the engine treats each source file as either 1 class or 1 enum. Ideally the engine would be able to discern between two or more classes in one source...

Add an option to change the output to use single quotes in import statements. Without: `import { WeatherDto } from "./weatherDto";` With: `import { WeatherDto } from './weatherDto';`

When ever I try to do a update by query, i get the following Exception message: "The variable name '@p__linq__0' has already been declared. Variable names must be unique within...