troubleshoot icon indicating copy to clipboard operation
troubleshoot copied to clipboard

feat(support): improve dedup by using key

Open DexterYan opened this issue 1 year ago • 0 comments
trafficstars

Description, Motivation and Context

  • avoiding most JSON marshaling to check for duplicates, keep it for complicated one
  • use UniqKey

Checklist

  • [x] New and existing tests pass locally with introduced changes.
  • [x] Tests for the changes have been added (for bug fixes / features)
  • [x] The commit message(s) are informative and highlight any breaking changes
  • [x] Any documentation required has been added/updated. For changes to https://troubleshoot.sh/ create a PR here

Does this PR introduce a breaking change?

  • [ ] Yes
  • [ ] No

DexterYan avatar Oct 24 '24 23:10 DexterYan