Skip to content

Commit

Permalink
On creators show all concepts not just pl. Thanks somebodddy
Browse files Browse the repository at this point in the history
  • Loading branch information
breck7 committed Sep 1, 2024
1 parent b362002 commit 076a7f9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
6 changes: 1 addition & 5 deletions Computer.js
Original file line number Diff line number Diff line change
Expand Up @@ -1675,11 +1675,7 @@ class Tables {
}

get creatorsTable() {
const entities = groupByListValues(
"creators",
this.pldb.filter(row => row.isLanguage),
" and "
)
const entities = groupByListValues("creators", this.pldb, " and ")
const { creators } = this
const creatorsMap = {}
creators.forEach(creator => (creatorsMap[creator.id] = creator))
Expand Down
2 changes: 1 addition & 1 deletion lists/creators.scroll
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ printTitle

wideColumns 1

Here is the list of COUNT people who created a language(s) in PLDB.
Here is the list of COUNT people who created a language(s) (or other significant programming project) in PLDB.

Help us out by adding any missing information with a pull request.
https://github.com/breck7/pldb/blob/main/creators/creators.scroll pull request
Expand Down
3 changes: 2 additions & 1 deletion lists/podcasts.scroll
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ youtubeLinkParser
return hit ? hit.firstWord : ""
}

youtubeParser
pldbYoutubeParser
crux youtube
extends abstractCountParser
float sortIndex 1.81
description Number of subscribers.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"lodash": "^4.17.21",
"monaco-editor": "^0.34.1",
"numeral": "^2.0.6",
"scroll-cli": "^125.0.1",
"scroll-cli": "^125.2.0",
"scrollsdk": "^84.0.0",
"semver": "^7.6.2"
},
Expand Down

0 comments on commit 076a7f9

Please sign in to comment.