Quinn Ciccoretti

Results 4 comments of Quinn Ciccoretti

This seems like desired behavior. Do you know greengo's current way of creating the service role?

I'd like to add resource tags to the greengrass group, not the core or the thing associated with the core. But perhaps a way to tag generic resources would fit...

If your workspace looks something like: ```bash #workspace module1/ module2/ cli go.work ``` you can do something like ```bash mkdir /tmp/cli && cd /tmp/cli go mod init cli cobra-cli init...

+1 having a similar issue. Some external file refs `ref: './my_other_file.yaml#/components/schemas/myObject'` are not working for me. I get: ``` Loading error: bad data in '#components/schemas/myObject' (expecting ref to schema object)'...