Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions oss.gg/7_create_a_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,6 @@ Your turn 👇

» 10-October-2024 by Devansh Baghel [Deno Unkey Ratelimit Starter](https://github.com/Devansh-Baghel/deno-unkey-ratelimit-starter)

» 28-October-2024 by Khaan25 [Time Based Rate Limited Url Shortner Nextjs API with Unkey](https://github.com/Khaan25/url-shortner-time-based)

Comment on lines +60 to +61
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codebase verification

⚠️ Potential issue

Please clean up the following duplicate entries in the document

The following entries appear multiple times and should be consolidated:

  • "Protect and Rate Limit Rust + Actix Web API with Unkey" by Novin Noori (10-October-2024)
  • "Deno Unkey Ratelimit Starter" by Devansh Baghel (10-October-2024)
  • "FastAPI Unkey Boilerplate" by Harsh Bhat (10-October-2024)
  • "Starter template for Unkey Route protection in Hono Webframework in Cloudflare workers" by Prabin Subedi (11-October-2024)

Each entry should appear only once in chronological order.

🔗 Analysis chain

Please clean up duplicate entries in the document.

There are several duplicate entries in the document for contributors like Devansh Baghel, Novin Noori, and others. This affects the document's clarity and maintenance.

Consider removing the duplicate entries to maintain a clean history. For example:

  • "Deno Unkey Ratelimit Starter" appears multiple times
  • "Protect and Rate Limit Rust + Actix Web API with Unkey" is duplicated
🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Find duplicate entries in the document
rg -A 1 '» \d{2}-[A-Za-z]+-2024 by .+\[.+\]\(.+\)' oss.gg/7_create_a_template.md | sort | uniq -d

Length of output: 1214


Script:

#!/bin/bash
# Let's try a different approach to find duplicate entries
# First, let's see the content of the file
cat oss.gg/7_create_a_template.md

Length of output: 3802

🧰 Tools
🪛 LanguageTool

[uncategorized] ~60-~60: This expression is usually spelled with a hyphen.
Context: ...starter) » 28-October-2024 by Khaan25 [Time Based Rate Limited Url Shortner Nextjs API wi...

(BASED_HYPHEN)


[uncategorized] ~60-~60: The official spelling of this programming framework is “Next.js”.
Context: ...5 [Time Based Rate Limited Url Shortner Nextjs API with Unkey](https://github.com/Khaa...

(NODE_JS)

---