Chris Adams
Chris Adams
https://github.com/corretto/amazon-corretto-crypto-provider/ reports big performance improvements. It looks like it should be relatively straightforward to test whether this would matter for BagIt.
This fixes the problem mentioned in #119 by testing for case-insensitive filename conflicts before adding the lower-cased filename to the path `Set`.
https://www.govcode.org/contributors uses a glyphicon to indicate the sort order but doesn't specify a font which has the character in question (U+E114): 
It's not clear what the intention of this rule was since the documentation is mostly empty but it's triggering incorrectly: https://docs.bridgecrew.io/docs/ensure-that-security-groups-are-attached-to-ec2-instances-or-elastic-network-interfaces-enis I think there are a number of valid conditions...
With faceted search I often need to remove specific key:value pairs from a URL while leaving other values for that key intact – e.g. with `?category=1&category=5` I might want to...
Terraform recommends pinning versions but there's no UI to automate the process of identifying providers which are not the latest version. It would be nice if there was an easy...
I tried compress on a simple app which has one view using a streaming response and that gets the following exception: ``` File "VENV/lib/python3.7/site-packages/sanic_compress/__init__.py", line 31, in _compress_response content_length =...
### Terraform Version ```shell Terraform v1.6.2 on darwin_arm64 + provider registry.terraform.io/cloudflare/cloudflare v4.8.0 ``` ### Terraform Configuration Files ```terraform terraform { required_version = ">= 1.5.0" required_providers { cloudflare = { source...
### Summary I was remediating the other breaking changes in tflint 0.47.0 and noticed an odd one on a large project which has a number of local submodules. After duplicating...
See #1917 * #1917