Open
Conversation
…() preset - Add gambarewards.com as a fourth Fused Gaming target domain across all documentation, examples, and source references - Introduce IgnitionProfile::gambarewards() preset (Windows + RTX 4080 + 16 GB + 12 cores) specifically optimised for gambarewards.com - Update fused_gaming() preset docs to include gambarewards.com - Add gambarewards.com to TARGETS in examples/fused_gaming.rs https://claude.ai/code/session_01FuHdSY9g1FRVhndraAmc69
…PWFix feat: add gambarewards.com branding and IgnitionProfile::gambarewards…
…tically incorrect with two "and"s instead of one This commit fixes the issue reported at src/lib.rs:7 **Bug Details:** The documentation comment in src/lib.rs (lines 5-8) contained a grammatical error with two instances of "and" in a comma-separated list. The original text read: ``` Designed for use with [stakereload.com](https://stakereload.com), [stakereloadxs.com](https://stakereloadxs.com), and [gambareload.com](https://gambareload.com), and [gambarewards.com](https://gambarewards.com). ``` This violates proper comma-separated list grammar, where "and" should only appear before the final item. The impact is purely cosmetic - affecting documentation readability and appearing unprofessional. **Fix Applied:** Removed the second "and" from line 7 and adjusted the punctuation so that only one "and" appears before the final item: ``` Designed for use with [stakereload.com](https://stakereload.com), [stakereloadxs.com](https://stakereloadxs.com), [gambareload.com](https://gambareload.com), and [gambarewards.com](https://gambarewards.com). ``` This follows the Oxford comma convention for properly formatted lists in English. Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com> Co-authored-by: 4eckd <playxrewards@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…s, and Target Platforms table is missing 2 domains This commit fixes the issue reported at README.md:23 ## Bug Explanation The README.md file contained stale and inconsistent documentation regarding the number of supported domains: 1. **Line 23** in the Features section stated: "Pre-built `IgnitionProfile::fused_gaming()` preset for all three domains" 2. However, the introduction (lines 12-17) explicitly lists **6 domains**: stakereload.com, stakereloadxs.com, gambareload.com, stakeclaimbot.com, gambarewards.com, and hedgedhog.com 3. The **Target Platforms table** (around line 94) was only listing **4 domains**, missing stakeclaimbot.com and hedgedhog.com This inconsistency creates confusion for users - the intro says 6 domains are supported, the features say 3 (outdated), and the reference table lists only 4. This appears to have been introduced when stakeclaimbot.com and hedgedhog.com were added to the intro list but the documentation wasn't fully updated. ## Fix Applied 1. Updated line 23 from "all three domains" to "all six domains" to match the actual number of domains listed in the introduction 2. Added the two missing domains (stakeclaimbot.com and hedgedhog.com) to the Target Platforms table with appropriate descriptions, bringing the table from 4 entries to 6 entries This ensures consistency across all three places where domains are mentioned: the introduction list, the feature description, and the reference table. Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com> Co-authored-by: 4eckd <playxrewards@gmail.com>
Comment on lines
+7
to
+8
| //! [gambareload.com](https://gambareload.com), and | ||
| //! [gambarewards.com](https://gambarewards.com). |
There was a problem hiding this comment.
Suggested change
| //! [gambareload.com](https://gambareload.com), and | |
| //! [gambarewards.com](https://gambarewards.com). | |
| //! [gambareload.com](https://gambareload.com), | |
| //! [stakeclaimbot.com](https://stakeclaimbot.com), | |
| //! [gambarewards.com](https://gambarewards.com), and | |
| //! [hedgedhog.com](https://hedgedhog.com). |
Crate-level documentation in src/lib.rs lists only 4 domains while README.md lists 6 domains, causing inconsistency about officially supported platforms
There was a problem hiding this comment.
The patch has been successfully applied. The crate-level documentation in src/lib.rs now lists all 6 domains (stakereload.com, stakereloadxs.com, gambareload.com, stakeclaimbot.com, gambarewards.com, and hedgedhog.com) in alignment with README.md, resolving the documentation inconsistency.
There was a problem hiding this comment.
This suggestion has been addressed.
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue # (if available)
Description of changes
Checklist