Ben Wheatley
Ben Wheatley
Here's the workaround I'm using for MinGW / MSYS (Git Bash). Note that it doesn't work with Cmder's bash, it looks like it just infinitely forks bash processes. ``` function...
Hey @nxadm - any news on the tagged release? 😄 I think we've started running into this as an occasional edge case within our infra, so it'd be great to...
@lamontadams This is certainly odd, I would expect what you're trying to do to work OK. The only other option that I can suggest would be to set up a...
Hey @jalexandre0 - Unfortunately we don't have any native support for CSV logs at the moment, correct. In theory adding another parser to do this would be pretty straight-forward, given...
Hey @sgotti - some tests have been added to this branch. Can you take another look? Thanks!
@mia-0032 Thanks for your work on this! Apologies that I haven't had the time to split up the proposed features and PR them. For our use-case having decompression enabled 'globally'...
Bumping - it'd be great to get this in! 👋 @ttamimi @VSpike @ijames-gc
Closing this to keep my PR's list clean, but please feel free to use if deemed useful!
@0x0013 thanks for the pointers! I've rebased to drop the superseded commit, and updated the acceptance kustomization to fix what I suspect are the issues there (I've been somewhat ignoring...
The workaround that I have right now is to: 1. `terraform state rm 'grafana_contact_point.team["team2"]'` 2. Run `terraform apply` - which removes the contact point from the notification policy. 3. Manually...