TheQueenIsDead

Results 10 comments of TheQueenIsDead

Hola, I came across this recently while wondering if there was a GitHub action, I was hoping for much the same thing, that a step would fail if the docs...

That's a great reason to do so! I like the clear use of emojis to highlight success/failure too. We've got a few repositories running off of a central pipeline and...

It looks as though the provider has ~half worked? Resources have been created, albeit multiple times ![image](https://user-images.githubusercontent.com/30706552/137971857-5ab0b048-2ebb-41c3-be2a-5a563b6a89bf.png)

Looks like you might need to generate the stylesheet: https://github.com/adityatelange/hugo-PaperMod/issues/901 Make sure you link the style once generated (In your [config](https://github.com/cha2hyun/blog/blob/master/config.yml#L143)) The command will look like the one mentioned in...

This provider has been super (for me) ever since the [duplicate ticket](https://github.com/hashicorp/terraform-provider-helm/issues/915) was resolved by the [v2.8.0 release](https://github.com/hashicorp/terraform-provider-helm/releases/tag/v2.8.0). For those of you still encountering issues, it would be worth specifying...

@pawelpesz , that is not simply the _expected_ behavior, that is the _**current**_ behavior as of this morning

> We have resolved this issue on a few dozen repositories by switching from `github_branch_protection_v3` to `github_branch_protection` (v4) in https://github.com/mineiros-io/terraform-github-repository. No changes except renaming `branch` to `pattern` were necessary to...

Throwing 2c in here, would being able to reference the destination as `data` instead of `resource` be better? Seems like it would fit better with the ethos of referencing something...

Is it as simple as changing the separator to a space, then parsing on a colon from there? Sounds like an easy PR! I'm also after this fix because we...

I have a similiar use case to you all that I am struggling to get working. I noticed that there is a console error when I enable logs with `htmx.logAll()`...