Michael Sewell
Results
2
issues of
Michael Sewell
## Is your feature request related to a problem? Please describe. When running `chezmoi apply` and there has been an external modification to a chezmoi-managed file, chezmoi v2.17.2 will prompt...
enhancement
v3
It is common to nest classes for namespacing reasons: ``` // In Outer.swift class Outer { // ... class Inner { // ... } } ``` Currently, Cuckoo will generate...
enhancement