zzhang97
Results
2
issues of
zzhang97
Nice work! Suggest to give this project and the package a more distinct name. There is a possibly that the include directory "glob" and namespace "glob" conflict with something else....
## Describe the Bug The following configuration snippet ``` base { } app = ${base} { a { b = 1 } c = [ ${app.a.b} ] } ``` was...
bug