techstack icon indicating copy to clipboard operation
techstack copied to clipboard

Demo page shows duplicate icons

Open DmitryEfimenko opened this issue 3 years ago • 4 comments

I used the demo page with the following deps from an actual project:

"dependencies": {
    "@angular/animations": "^11.0.2",
    "@angular/common": "^11.0.2",
    "@angular/compiler": "^11.0.2",
    "@angular/core": "^11.0.2",
    "@angular/forms": "^11.0.2",
    "@angular/platform-browser": "^11.0.2",
    "@angular/platform-browser-dynamic": "^11.0.2",
    "@angular/router": "^11.0.2",
    "@capacitor/android": "^1.5.0",
    "@capacitor/cli": "^1.5.0",
    "@capacitor/core": "^1.5.0",
    "@capacitor/ios": "^1.5.0",
    "@datorama/akita": "^4.20.0",
    "@ionic-native/core": "^5.22.0",
    "@ionic-native/http": "^5.22.0",
    "@ionic-native/splash-screen": "^5.22.0",
    "@ionic-native/status-bar": "^5.22.0",
    "@ionic/angular": "^5.0.4",
    "@nestjs/common": "^7.0.0",
    "@nestjs/core": "^7.0.0",
    "@nestjs/passport": "^6.1.1",
    "@nestjs/platform-express": "^7.0.0",
    "@ng-web-apis/common": "^1.9.0",
    "@ng-web-apis/geolocation": "^1.0.3",
    "@ngspot/ngx-errors": "^2.0.0",
    "@ngx-builders/analyze": "^1.0.0",
    "@nrwl/angular": "10.4.4",
    "aws-sdk": "^2.648.0",
    "camelcase-keys": "^6.1.1",
    "compressorjs": "^1.0.6",
    "core-js": "^2.5.4",
    "jsonwebtoken": "^8.5.1",
    "linqts": "^1.12.1",
    "ngx-file-helpers": "^4.0.1",
    "ngx-take-until-destroy": "^5.4.0",
    "passport": "^0.4.0",
    "passport-jwt": "^4.0.0",
    "pg": "^7.12.1",
    "reflect-metadata": "^0.1.13",
    "rxjs": "~6.5.5",
    "zone.js": "^0.10.3"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "^0.1100.2",
    "@angular/cli": "11.0.2",
    "@angular/compiler-cli": "^11.0.2",
    "@angular/language-service": "^11.0.2",
    "@ionic/angular-toolkit": "^2.0.0",
    "@nestjs/schematics": "^7.0.0",
    "@nestjs/testing": "^7.0.0",
    "@ngneat/spectator": "^6.1.1",
    "@nrwl/cli": "10.4.4",
    "@nrwl/cypress": "10.4.4",
    "@nrwl/jest": "10.4.4",
    "@nrwl/nest": "10.4.4",
    "@nrwl/node": "10.4.4",
    "@nrwl/tao": "10.4.4",
    "@nrwl/workspace": "10.4.4",
    "@types/googlemaps": "^3.43.0",
    "@types/gulp": "^4.0.6",
    "@types/jest": "26.0.8",
    "@types/jsonwebtoken": "^8.3.4",
    "@types/node": "^14.14.10",
    "@types/passport": "^1.0.2",
    "@types/passport-jwt": "^3.0.3",
    "@types/pg": "^7.11.0",
    "@types/recursive-readdir": "^2.2.0",
    "codelyzer": "^6.0.1",
    "cypress": "^3.8.2",
    "del": "^5.1.0",
    "dotenv": "6.2.0",
    "eslint": "6.8.0",
    "eslint-plugin-cypress": "^2.10.3",
    "gulp": "^4.0.2",
    "gulp-clean": "^0.4.0",
    "jest": "26.2.2",
    "jest-create-mock-instance": "^1.1.0",
    "jest-given-when-then": "^1.0.1",
    "jest-preset-angular": "8.3.1",
    "ng-mocks": "^11.1.1",
    "node-ssh": "^6.0.0",
    "prettier": "^2.2.0",
    "recursive-readdir": "^2.2.2",
    "require-dir": "^1.2.0",
    "sequest": "^0.10.0",
    "ts-jest": "26.4.0",
    "ts-node": "~7.0.0",
    "tslint": "~6.1.3",
    "typescript": "~4.0.5",
    "webpack-bundle-analyzer": "^3.5.0"
  }

Also, when opening demo page, and looking at the icons vs what's in the deps, I don't understand how some of the icons end up being shown. For example, an icon for coffeescript is shown, but I can't see it in the deps

DmitryEfimenko avatar Dec 27 '20 08:12 DmitryEfimenko

Hello @DmitryEfimenko, can you provide more detail about the issue you are facing? You may attach some screenshot of the same.

PulkitBanta avatar Dec 28 '20 04:12 PulkitBanta

image

DmitryEfimenko avatar Dec 28 '20 04:12 DmitryEfimenko

@erangeles Can you look into this issue? There is some problem with fuzzyMatch function.

PulkitBanta avatar Dec 28 '20 08:12 PulkitBanta

@PulkitBanta @DmitryEfimenko will look into this issue.

erangeles avatar Jan 06 '21 18:01 erangeles