Mark Ferrell
Mark Ferrell
fixes #616
## Summary An option for warn/error on redirects would be super useful for catching useless redirects that only hurt page performance. E.g. http to https redirections, trailing-slash redirects, `www` prefix...
## Summary Support `linkchecker -o json` ``` linkchecker -o json http://localhost:1313/ INFO linkcheck.cmdline 2022-03-10 07:13:23,354 MainThread Checking intern URLs only; use --check-extern to check extern URLs. Error: Unknown logger type...
## Summary Support testing of statically generated websites via a `--masquerade` option similar to the [W3C](https://dev.w3c.org)'s [checklink tool](https://dev.w3.org/perl/modules/W3C/LinkChecker/docs/checklink). This would allow running [linkchecker](https://github.com/linkchecker/linkchecker) as part of a [pre-commit](https://pre-commit.com) hook when...
C99 shim
> You can use C++11 or later. Plain C, C++98 and C++03 can work but require you to write a shim. Will add examples on how to do that if...
### What does this PR do? - Add unit tests for boto_sns - Fix boto_sns to get it to pass all the currently defined unit tests - Set the stage...
### Describe the bug Attempting to get a list of `projectCards` for a given `` returns an empty list. **version** ```sh $ gh --version gh version 2.47.0 (2024-04-03) https://github.com/cli/cli/releases/tag/v2.47.0 ```...
### Describe the feature or problem you’d like to solve The `gh pr view` command should support listing linked issues. ### Related - #6423 - https://github.com/cli/cli/discussions/7097#discussioncomment-5229031
### Describe the Bug The allowed_security_groups does not allow passing an SG to allow specific traffic from specific IPs. E.g. for `dev` testing in a dev environment. The problem is...