mschfh

Results 10 issues of mschfh

**Version**: master (https://github.com/redis/redis-py/tree/bea72995fd39b01e2f0a1682b16b6c7690933f36) **Platform**: Python 3.10 on Ubuntu 20.04 **Description**: There is no default **socket_timeout** set for connections, which could lead to outages. (only tested `RedisCluster`, but the connection object...

AWS Lambda recently added support for custom Docker images, it could offer an easy way to deploy remote, "serverless" rendering. https://aws.amazon.com/blogs/aws/new-for-aws-lambda-container-image-support/ https://docs.aws.amazon.com/lambda/latest/dg/lambda-images.html

type/enhancement

Please consider publishing `-debug` images to Docker Hub. nginx includes a `nginx-debug` binary in all images: https://github.com/docker-library/docs/tree/master/nginx#running-nginx-in-debug-mode

### Description The path chooser does not work as "X-Frame-Options: DENY" prevents the iframe from being loaded. steps to reproduce: 1. `Settings` -> `General` 2. Click on "Browse" next to...

plugin bug
pyLoad Stable

## what This PR adds realtime log config support for additional cache behaviours (Similar to #162 which added default cache behaviour) ## references #162 - Added `realtime_log_config_arn` for default cache...

Please (re)implement retries for transient HTTP error codes (502, 503, 504, etc) with sensible defaults

Feature
pinned

Please consider adding support for [Edge-Side-Includes](https://blog.cloudflare.com/edge-side-includes-with-cloudflare-workers/)

waiting for response

This PR introduces a custom HTTP Client with adjusted settings to improve connection reuse / reliability for DynamoDB connections.

### Are you requesting a feature, reporting a bug or asking a question? Feature Request ### What is the current behavior? The progress bar/TOC only shows question pages. ### What...

enhancement

Lychee ignores the `--header` argument: **Steps to reproduce:** start local http server: ``` nc -lvp1234 ``` Run lychee (tested with v0.15.1) with `--header`: ``` lychee 'http://127.0.0.1:1234' --header 'foo=bar' ``` Lychee...

bug