Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / colour-science/flask-compress issues and pull requests
#57 - Expand mimetype defaults
Pull Request -
State: closed - Opened by alexprengere about 1 month ago
#56 - Expanding default mime-types
Issue -
State: closed - Opened by alexprengere about 1 month ago
#55 - Revert "Fix cache key not depending on chosen_algorithm"
Pull Request -
State: closed - Opened by alexprengere about 2 months ago
#54 - Fix cache key not depending on chosen_algorithm
Pull Request -
State: closed - Opened by xmcp about 2 months ago
- 3 comments
#53 - cache_key should be dependent on chosen_algorithm
Issue -
State: closed - Opened by xmcp about 2 months ago
- 10 comments
#52 - Add coverage reporting to the test suite
Pull Request -
State: closed - Opened by kurtmckee 2 months ago
#51 - Remove `DictCache`, which is unused
Pull Request -
State: closed - Opened by kurtmckee 2 months ago
- 2 comments
#50 - Add more pre-commit hooks (again)
Pull Request -
State: closed - Opened by kurtmckee 2 months ago
- 1 comment
#49 - Add more pre-commit hooks
Pull Request -
State: closed - Opened by kurtmckee 2 months ago
- 1 comment
#48 - Add a Dependabot config to auto-update GitHub action versions
Pull Request -
State: closed - Opened by kurtmckee 2 months ago
- 2 comments
#47 - Add a pre-commit file
Pull Request -
State: closed - Opened by kurtmckee 2 months ago
#46 - Drop support for Python 3.8 and lower
Pull Request -
State: closed - Opened by kurtmckee 2 months ago
#45 - add ZStandard compression
Pull Request -
State: closed - Opened by redorff 7 months ago
- 8 comments
#44 - Using Flash-caching results in caching of non-compressed files
Issue -
State: open - Opened by Kacper-Lisikiewicz-THG about 1 year ago
#43 - Feature request: zstd compression
Issue -
State: closed - Opened by fili over 1 year ago
- 6 comments
#42 - Streaming
Issue -
State: open - Opened by sshleifer over 1 year ago
- 1 comment
#41 - Add text/javascript mimetype
Pull Request -
State: closed - Opened by dev-adas over 1 year ago
- 1 comment
#40 - Update README.md
Pull Request -
State: closed - Opened by DaveGUI over 1 year ago
- 1 comment
#39 - add original content length header
Issue -
State: open - Opened by Alex-ley almost 2 years ago
- 2 comments
#38 - Suggestion: min size to consider compression
Issue -
State: closed - Opened by coderforlife almost 2 years ago
- 1 comment
#37 - Not compressing .js files?
Issue -
State: closed - Opened by DavidMoffatt1 about 2 years ago
- 7 comments
#36 - added `COMPRESS_STREAMS` flag
Pull Request -
State: closed - Opened by christopherpickering about 2 years ago
- 2 comments
#35 - CSS and JS static files not being compressed
Issue -
State: closed - Opened by cap273 about 2 years ago
- 1 comment
#34 - Exclude User Agents from compression
Pull Request -
State: open - Opened by Ircama over 2 years ago
- 4 comments
#33 - gzip not work with v1.12
Issue -
State: closed - Opened by blueloveTH over 2 years ago
- 2 comments
#32 - Adding support for 'deflate' stream compression.
Pull Request -
State: open - Opened by raphaeljolivet over 2 years ago
#31 - Skip compression when response is streamed
Pull Request -
State: closed - Opened by gilad9366 over 2 years ago
- 3 comments
#30 - Support Streaming
Issue -
State: open - Opened by raphaeljolivet over 2 years ago
- 11 comments
#29 - Always add Accept-Encoding to Vary, fixes #28
Pull Request -
State: closed - Opened by alexprengere almost 3 years ago
#28 - When compression is enabled, Accept-Encoding should always be added to the Vary header.
Issue -
State: closed - Opened by tong-canonical almost 3 years ago
- 3 comments
#27 - Dropping Python 2 Support?
Issue -
State: closed - Opened by gricey432 about 3 years ago
- 8 comments
#26 - Disable compression inside view?
Issue -
State: closed - Opened by mrx23dot about 3 years ago
- 4 comments
#25 - Do not install top-level "tests" package
Pull Request -
State: closed - Opened by mgorny over 3 years ago
- 2 comments
#24 - flask.Response.make_conditional fails to return 304 due to Etag mismatch
Issue -
State: open - Opened by danielzen over 3 years ago
- 5 comments
#23 - fetching version from __version__ attribute
Issue -
State: closed - Opened by europa502 over 3 years ago
- 5 comments
#22 - PyInstaller / Flask-Compress Version Issue
Issue -
State: closed - Opened by KyleKing over 3 years ago
- 4 comments
#21 - example with views in a different file as the app?
Issue -
State: closed - Opened by pchtsp over 3 years ago
- 1 comment
#20 - Handle the identity function
Pull Request -
State: closed - Opened by ziddey almost 4 years ago
#19 - Chrome ranged requests incorrectly fallback to any
Issue -
State: closed - Opened by ziddey almost 4 years ago
- 2 comments
#18 - Provide wheels on PyPI.
Issue -
State: closed - Opened by domdfcoding about 4 years ago
- 1 comment
#17 - Append compression algorithm to ETag header, when present
Pull Request -
State: closed - Opened by alexprengere about 4 years ago
#16 - Implement per-view compression as discussed in #12 - alternative solution
Pull Request -
State: closed - Opened by mik-laj about 4 years ago
#15 - ETag header has to be taken care of
Issue -
State: closed - Opened by aeburriel about 4 years ago
- 2 comments
#14 - Implement per-view compression as discussed in #12
Pull Request -
State: closed - Opened by alexprengere about 4 years ago
#13 - Migrate CI to Github Action
Pull Request -
State: closed - Opened by mik-laj about 4 years ago
#12 - Enable compression per view
Issue -
State: closed - Opened by mik-laj about 4 years ago
- 9 comments
#11 - CI - Automatically run unit tests
Issue -
State: closed - Opened by mik-laj about 4 years ago
- 1 comment
#10 - Add config options for brotli.compress
Pull Request -
State: closed - Opened by rpkyle about 4 years ago
- 4 comments
#9 - Tag for 1.6.0 is missing in repo
Issue -
State: closed - Opened by jezdez about 4 years ago
- 2 comments
#8 - Add deflate compression algorithm
Pull Request -
State: closed - Opened by alexprengere about 4 years ago
#7 - Support multiple algorithms; support quality factors
Pull Request -
State: closed - Opened by peter-slovak about 4 years ago
- 4 comments
#6 - How to configure cache of responses
Issue -
State: closed - Opened by filippo about 4 years ago
- 2 comments
#5 - Quart version requirement
Issue -
State: closed - Opened by TheClockTwister over 4 years ago
- 1 comment
#4 - Please tag 1.5.0 release revision in Git
Issue -
State: closed - Opened by dgilman over 4 years ago
- 1 comment
#3 - Update links to prepare PyPI release
Pull Request -
State: closed - Opened by alexprengere over 4 years ago
- 1 comment
#2 - setup.py: Update url
Pull Request -
State: closed - Opened by jayvdb almost 5 years ago
- 1 comment
#1 - PR: Added support for Brotli compression
Pull Request -
State: closed - Opened by BinarSkugga over 5 years ago
- 2 comments