add limiter and gonify to third party#46
Conversation
WalkthroughThe README.md file was updated to add two new third-party Fiber middlewares: a Redis-based rate limiter supporting multiple algorithms and a minifier middleware supporting various web formats. No other changes were made to the documentation or codebase. Changes
Possibly related PRs
Suggested reviewers
Poem
Note ⚡️ AI Code Reviews for VS Code, Cursor, WindsurfCodeRabbit now has a plugin for VS Code, Cursor and Windsurf. This brings AI code reviews directly in the code editor. Each commit is reviewed immediately, finding bugs before the PR is raised. Seamless context handoff to your AI code agent ensures that you can easily incorporate review feedback. Note ⚡️ Faster reviews with cachingCodeRabbit now supports caching for code and dependencies, helping speed up reviews. This means quicker feedback, reduced wait times, and a smoother review experience overall. Cached data is encrypted and stored securely. This feature will be automatically enabled for all accounts on May 16th. To opt out, configure 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
✨ Finishing Touches🧪 Generate Unit Tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (2)
README.md (2)
98-98: Fix grammar and casing in the limiter entry
The description should use the plural “algorithms” (countable), capitalize “Redis” and “Fiber”, and improve clarity.Apply this diff:
- - [narmadaweb/limiter](https://github.com/narmadaweb/limiter) - Limiter using redis and three algorithm like fixed-window, sliding-window and token-bucket for fiber. + - [narmadaweb/limiter](https://github.com/narmadaweb/limiter) - A rate-limiting middleware using Redis and supporting three algorithms: fixed-window, sliding-window, and token-bucket for Fiber.🧰 Tools
🪛 LanguageTool
[grammar] ~98-~98: Possible agreement error. The noun ‘algorithm’ seems to be countable.
Context: ...imiter) - Limiter using redis and three algorithm like fixed-window, sliding-window and t...(CD_NN)
106-106: Improve consistency and casing in the gonify entry
Use “minifying” or “minification” consistently, capitalize JSON, and add an article for readability.Apply this diff:
- - [narmadaweb/gonify](https://github.com/narmadaweb/gonify) - Fiber Minifying middleware for HTML5, CSS3, JavaScript, Json, XML and SVG. + - [narmadaweb/gonify](https://github.com/narmadaweb/gonify) - A minifying middleware for Fiber that supports HTML5, CSS3, JavaScript, JSON, XML, and SVG.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
README.md(1 hunks)
🧰 Additional context used
🪛 LanguageTool
README.md
[grammar] ~98-~98: Possible agreement error. The noun ‘algorithm’ seems to be countable.
Context: ...imiter) - Limiter using redis and three algorithm like fixed-window, sliding-window and t...
(CD_NN)
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (2)
README.md (2)
121-121: Grammar: pluralize “algorithm” and refine phrasing.The noun “algorithm” should be plural (“algorithms”), and the entry can be made clearer. For example:
- - [narmadaweb/limiter](https://github.com/narmadaweb/limiter) - Limiter using redis and three algorithm like fixed-window, sliding-window and token-bucket for fiber. + - [narmadaweb/limiter](https://github.com/narmadaweb/limiter) - Redis-based rate limiter supporting fixed-window, sliding-window, and token-bucket algorithms.🧰 Tools
🪛 LanguageTool
[grammar] ~121-~121: Possible agreement error. The noun ‘algorithm’ seems to be countable.
Context: ...imiter) - Limiter using redis and three algorithm like fixed-window, sliding-window and t...(CD_NN)
122-122: Typo: incorrect casing for “JSON”.The acronym “JSON” should be uppercase to match other entries, and adding an Oxford comma improves consistency:
- - [narmadaweb/gonify](https://github.com/narmadaweb/gonify) - Fiber Minifying middleware for HTML5, CSS3, JavaScript, Json, XML and SVG. + - [narmadaweb/gonify](https://github.com/narmadaweb/gonify) - Fiber Minifying middleware for HTML5, CSS3, JavaScript, JSON, XML, and SVG.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
README.md(1 hunks)
🧰 Additional context used
🪛 LanguageTool
README.md
[grammar] ~121-~121: Possible agreement error. The noun ‘algorithm’ seems to be countable.
Context: ...imiter) - Limiter using redis and three algorithm like fixed-window, sliding-window and t...
(CD_NN)
renanbastos93
left a comment
There was a problem hiding this comment.
Good Job!
I left two suggestions — let me know what you think.
Co-authored-by: Renan Bastos <renanbastos.tec@gmail.com>
|
@RajaSunrise There's a issue with the linter, a space is missing |
|
@gaby 👍 |
Summary by CodeRabbit