#I've also seen these type problems, and

1 messages · Page 1 of 1 (latest)

solar trellis
#

@soft vale what enum-related issues have you seen? We'll dive in.

viscid crown
solar trellis
#

FYI @cursive rock

cursive rock
#

On it 🙏

cursive rock
# viscid crown there's a part at the bottom of `web/templ/util.go` that strips the "Kind" suffi...

@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

viscid crown
#

what seems different? besides the different 'kind' values

#

(looks correct to me)

cursive rock
#

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

viscid crown
#

might be missing a further selection into asObject?

cursive rock