Chris Bui

Results 6 comments of Chris Bui

I'm having a hard time understanding what the proposed solution is, and I read the other threads. Could you reexplain?

Do we want a link next to every single fn's view source link? Or do we want it at the top of a ns doc?

You should have your own directory called `layouts` in your site root that has an `index.html` file that overrides the theme's.

> Is the best option here going to be a Runner Group? Sorry, could you clarify your question regarding Runner Groups? Are you asking if you could use Runner Groups...

Heads up the schemas are backwards: ``` args: --fail-on-incompatible head/schemas/YOUR-SCHEMA.yaml base/schemas/YOUR-SCHEMA.yaml ``` should be ``` args: --fail-on-incompatible base/schemas/YOUR-SCHEMA.yaml head/schemas/YOUR-SCHEMA.yaml ```

> one should be able to create a new IAM role with whatever permissions are necessary to read from ECR, and then use IRSA to bind that role to the...