Mike DePalatis

Results 18 issues of Mike DePalatis

### Description I was trying to understand how I can customize request body validation but as far as I can tell the docs, while generally very good about describing how...

documentation
good first issue
PR welcome

The API documentation on readthedocs is not rendering: ![image](https://github.com/pallets-eco/flask-caching/assets/2805515/da4a02aa-613f-407b-9783-9e299d37754c) Additionally the page titles indicate Flask-Caching version 1.0.0. Environment: - Python version: N/A - Flask-Caching version: 2.0.2

This is a very minor cosmetic change to enhance the readability of the README. However, my text editor seems to delete trailing spaces on save, so several lines are also...

`QueueStore` should be favored as the default.

enhancement

Examples are needed in the documentation to demonstrate usage of union types (see #42).

documentation

It would be nice to have a conda package for this in addition to the pip installation method.

I was encountering some issues where I needed to ensure that some entries in XML would always get forced into a list and eventually found from the `xmltodict.parse` docstring that...