#I've also seen these type problems, and
1 messages · Page 1 of 1 (latest)
there's a part at the bottom of web/templ/util.go that strips the "Kind" suffix, but now it's "_KIND" and the rest needs to be converted to CamelCase (so STRING_KIND -> String)
FYI @cursive rock
On it 🙏
@viscid crown, I've been debugging this and i've seen something odd on this module: https://daggerverse.dev/mod/github.com/sagikazarmark/daggerverse/arc@d0876cfe5c30f5896294d5c756c55fedc6ec21b8#Arc.archiveFiles, for this https://github.com/sagikazarmark/daggerverse/blob/d0876cfe5c30f5896294d5c756c55fedc6ec21b8/arc/main.go#L65
It turns out that the files field is now represented as such in our object.Module format:
{
"name": "files",
"typeDef": {
"kind": "LIST_KIND",
"asList": {
"elementTypeDef": {
"kind": "OBJECT_KIND"
}
}
}
}
]
It might have been previously the case too, didn't see that before
Oh I don't see the object value anymore
I can't seem to know that it's a file represented
It is correct sorry, but i'm unable to know it's a file
might be missing a further selection into asObject?
Seems to be the case, it's missing it