Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / logicspark/berryjam issues and pull requests
#59 - Fix Bug/34: Resolve maximum call stack size exceeded issue in `getCodeConfigCompilerOptionPaths` during Quasar scan
Pull Request -
State: closed - Opened by kittisakLS about 1 year ago
- 1 comment
#58 - Exclude Nuxt pages from component profiles
Pull Request -
State: closed - Opened by kittisakLS about 1 year ago
#57 - Fix #54: Add children property to all components in the ComponentProfile interface
Pull Request -
State: closed - Opened by kittisakLS about 1 year ago
#56 - ✨ Scan 'pages' directory without marking files as components
Issue -
State: closed - Opened by kittisakLS about 1 year ago
- 2 comments
#55 - [refactor]: Remove git info from property of `ComponentProfile`
Issue -
State: open - Opened by ravut8 about 1 year ago
- 2 comments
Labels: good first issue
#54 - 🐛 Add 'children' property to `ComponentProfile` for all components
Issue -
State: closed - Opened by ravut8 about 1 year ago
Labels: bug
#53 - Refactor: change `ComponentProfile` 'total' property to 'usage'
Pull Request -
State: closed - Opened by kittisakLS about 1 year ago
#52 - [refactor]: Change the `ComponentProfile` "total" property to "usage" based on the "usageLocations" length
Issue -
State: closed - Opened by ravut8 about 1 year ago
Labels: enhancement
#51 - Fix bug in Git Scan: Enclose ${commitHash}^@ in double quotes
Pull Request -
State: closed - Opened by kittisakLS about 1 year ago
#50 - 🐛 `git rev-parse [hash]^@` in `getDiffDetails` function doesn't work on Windows terminal
Issue -
State: closed - Opened by ravut8 about 1 year ago
Labels: bug
#49 - Fix/46 end of line property
Pull Request -
State: closed - Opened by terawuthlogicspark about 1 year ago
#48 - Fix Git Scan Error: Fatal Ambiguous Argument in `git diff`
Pull Request -
State: closed - Opened by kittisakLS about 1 year ago
#47 - fix(scan): endOfLines property does not appear
Pull Request -
State: closed - Opened by terawuthlogicspark about 1 year ago
#46 - 🐛 `endOfLines` property does not appear in the final result of `ComponentProfile`
Issue -
State: closed - Opened by ravut8 about 1 year ago
Labels: bug
#45 - 🐛 Git scan error: fatal: ambiguous argument 'xxx': unknown revision or path not in the working tree
Issue -
State: closed - Opened by ravut8 about 1 year ago
Labels: bug
#44 - feat(scan): Add function to find end of line of file
Pull Request -
State: closed - Opened by terawuthlogicspark about 1 year ago
#44 - feat(scan): Add function to find end of line of file
Pull Request -
State: closed - Opened by terawuthlogicspark about 1 year ago
#43 - [docs]: Add sample JSON of git info under the Getting Started section in README
Issue -
State: open - Opened by ravut8 about 1 year ago
Labels: documentation
#42 - feat/41: Add Public Method in VueScanner for GitService Access
Pull Request -
State: closed - Opened by kittisakLS about 1 year ago
#41 - ✨ Export `GitService` class or create a public method for external use in `VueScanner` class
Issue -
State: closed - Opened by ravut8 about 1 year ago
- 1 comment
Labels: enhancement
#40 - 🐛 Cannot find module 'typescript' when run in commonjs
Issue -
State: open - Opened by ansonchieng about 1 year ago
Labels: bug
#39 - Refactored code 2
Pull Request -
State: closed - Opened by ALLENGJOSE about 1 year ago
#38 - [docs]: Add nested level count in sample JSON under the Getting Started section in README
Issue -
State: open - Opened by ravut8 about 1 year ago
Labels: documentation
#37 - Feat/7 git service replace all methods
Pull Request -
State: closed - Opened by vlsck about 1 year ago
- 1 comment
#36 - changed from pushing twice to pushing once .
Pull Request -
State: closed - Opened by ALLENGJOSE about 1 year ago
- 2 comments
#35 - ✨ Find each component size by the number of lines of codes to decide which component to simplify
Issue -
State: closed - Opened by ravut8 about 1 year ago
Labels: enhancement, hacktoberfest-accepted
#34 - 🐛 RangeError: Maximum call stack size exceeded in`getCodeConfigCompilerOptionPaths` function
Issue -
State: closed - Opened by ravut8 about 1 year ago
Labels: bug
#33 - Feat/19 identify the deepest level of the nested dom
Pull Request -
State: closed - Opened by kittisakLS about 1 year ago
- 1 comment
#32 - Feat/18 identify unused components
Pull Request -
State: closed - Opened by kittisakLS about 1 year ago
#31 - removed the unused import statement
Pull Request -
State: closed - Opened by ALLENGJOSE about 1 year ago
- 3 comments
#30 - Refactor/4 update push element in test case
Pull Request -
State: closed - Opened by ALLENGJOSE about 1 year ago
- 1 comment
#29 - Update
Pull Request -
State: closed - Opened by ALLENGJOSE about 1 year ago
#28 - Update 2
Pull Request -
State: closed - Opened by ALLENGJOSE about 1 year ago
#27 - Refactored code
Pull Request -
State: closed - Opened by ALLENGJOSE about 1 year ago
- 5 comments
#26 - Removed unused import statements in vue-scanner.ts
Pull Request -
State: closed - Opened by ALLENGJOSE about 1 year ago
- 1 comment
#25 - docs(README.md): Add note on the `.nuxt` folder for the Usage subsection
Pull Request -
State: closed - Opened by ravut8 about 1 year ago
#24 - [docs]: Add note for scanning of Nuxt projects under the Usage subsection in README.md
Issue -
State: closed - Opened by ravut8 about 1 year ago
Labels: documentation
#23 - docs(welcome.md): Update options explanation for `VueScanner` class
Pull Request -
State: closed - Opened by ravut8 about 1 year ago
#22 - docs(README): fix typo
Pull Request -
State: closed - Opened by messenjer about 1 year ago
- 1 comment
#21 - refactor: Remove debug log in module.utils.ts
Pull Request -
State: closed - Opened by jobayer12 about 1 year ago
- 1 comment
#20 - docs(README.md): Update descriptions of the Usage and Output subsections
Pull Request -
State: closed - Opened by ravut8 about 1 year ago
#19 - ✨ Identify the deepest level of the nested levels of a component to decide which component to simplify
Issue -
State: closed - Opened by ravut8 about 1 year ago
Labels: enhancement
#18 - ✨ Improve the logic to identify unused components independent of import statements
Issue -
State: closed - Opened by ravut8 about 1 year ago
Labels: enhancement
#17 - [docs]: Add documentation for scan options in welcome.md
Issue -
State: closed - Opened by ravut8 about 1 year ago
Labels: documentation
#16 - [docs]: Add documentation for scan options under the Getting Started section in README
Issue -
State: closed - Opened by ravut8 about 1 year ago
Labels: documentation
#15 - Feature #13 export component profiles in json format
Pull Request -
State: closed - Opened by kittisakLS about 1 year ago
#14 - [refactor]: Remove debug log in `module.utils.ts`
Issue -
State: closed - Opened by ravut8 about 1 year ago
- 1 comment
Labels: good first issue, hacktoberfest-accepted
#13 - ✨ Export Component Profiles in JSON format
Issue -
State: closed - Opened by ravut8 about 1 year ago
Labels: enhancement
#12 - Feat #6: Ignore Specific File Extensions and Directories from Scanning
Pull Request -
State: closed - Opened by kittisakLS about 1 year ago
- 1 comment
#11 - Feat #10 hide console.error and show errors with verbose
Pull Request -
State: closed - Opened by kittisakLS about 1 year ago
#10 - [refactor]: Consider hiding `console.error` and showing errors when `verbose` option is provided
Issue -
State: closed - Opened by ravut8 about 1 year ago
Labels: enhancement
#9 - Fix #8: Use `createConfigItem` with Babel plugins and presets
Pull Request -
State: closed - Opened by kittisakLS about 1 year ago
#8 - 🐛 Error: Cannot find module `@babel/preset-typescript`
Issue -
State: closed - Opened by kittisakLS about 1 year ago
Labels: bug
#7 - ✨ Detect git info that is more accurate and useful, including commit #, message and previous commit linkage
Issue -
State: closed - Opened by ravut8 about 1 year ago
Labels: enhancement
#6 - ✨ Ignore specific file extension, files or directory from scanning
Issue -
State: closed - Opened by ravut8 about 1 year ago
Labels: enhancement
#5 - [refactor]: Remove the unused import statements in vue-scanner.ts.
Issue -
State: closed - Opened by ravut8 about 1 year ago
- 2 comments
Labels: good first issue, hacktoberfest-accepted
#4 - [refactor]: Update the way to push element in analyze-component-files.spec.ts
Issue -
State: open - Opened by kittisakLS about 1 year ago
Labels: good first issue, hacktoberfest-accepted
#3 - chore(Github): Remove release workflow for alpha version
Pull Request -
State: closed - Opened by 9haroon about 1 year ago
#2 - chore(Github): Remove release workflow for alpha version
Pull Request -
State: closed - Opened by 9haroon about 1 year ago
Labels: duplicate
#1 - The automated release is failing 🚨
Issue -
State: closed - Opened by github-actions[bot] about 1 year ago