richbecks

Results 6 comments of richbecks

I agree, would allow clickable links in terminal output on CI/CD systems, and terminals that support it.

@afdesk - Why has github actions closed this... It doesn't appear to have been resolved in any way?

Just confirmed that 0.24.2 (latest version at time of writing) doesn't have HTTP links in text table output, so can't see a valid reason for closing this.

For me, I was doing a git rebase via lazygit using 's' and squashing followed by 'r' to reword the commit. Interesting this works fine if the squash and reword...

This requires the adding of something along the lines of the below to enable ACLs now they are by default off... ``` resource "aws_s3_bucket_ownership_controls" "my-bucket" { bucket = aws_s3_bucket.my-bucket.id rule...