Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix User Reported Bugs #4

Merged
merged 21 commits into from
Jun 28, 2024
Merged

Fix User Reported Bugs #4

merged 21 commits into from
Jun 28, 2024

Conversation

UnschooledGamer
Copy link
Contributor

@UnschooledGamer UnschooledGamer commented Feb 10, 2024

Please describe the changes this PR makes and why it should be merged:

This Pull Request attends to the problems to Reported By the users that includes:

  1. Track Class causing rate limits due to the thumbnail property getting initialized and makes a call to the specific source API which causes Rate Limits For the requests being sent in a short period of time.
  2. The clearFilters() method of Filters class not clearing the Applied filters.
  3. Updates the Dependencies.

Status and versioning classification:

  • Solution For the Track Class thumbnail method Rate Limits.
  • Fix the clearFilters() method of Filters class.
  • Update The Dependencies

⬆️ Versioning

Doesn't Bump in this PR

🧪 Testing Checklist

  • Test the solution implemented for Track Class Thumbnail method, Make sure it doesn't cause rate limits
  • Test the clearFilters() method

@UnschooledGamer UnschooledGamer added bug Something isn't working dependencies Pull requests that update a dependency file labels Feb 10, 2024
@UnschooledGamer UnschooledGamer self-assigned this Feb 10, 2024
@UnschooledGamer
Copy link
Contributor Author

UnschooledGamer commented Feb 10, 2024

  • set the correct this context for Track thumbnail getter

Reset testing check list.

@UnschooledGamer
Copy link
Contributor Author

UnschooledGamer commented Feb 16, 2024

  • Fix Nodes region support not functioning correctly
  • Fix leastUsedNodes most used nodes instead of least Used.

Nicely speaking it's sorting descending instead of ascending due to b - a logic for sorting

UnschooledGamer and others added 8 commits February 25, 2024 16:08
feat: exception object in resolve method and types

fix: leastUsedNodes sorting
This commit adds the 'tracks' that was accidentally removed and updates types
…ice state & Server event is Received

* refactor: Connection & Player Debug Messages
* Fix(Rest): return promises with await
* feat(Node) Adds Version checks
* bump deps
* feat `includeHeaders` in rest makeRequest
@UnschooledGamer UnschooledGamer marked this pull request as ready for review June 28, 2024 14:11
@UnschooledGamer UnschooledGamer merged commit f53fbf0 into main Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants