Simon Lecoq
Simon Lecoq
### Discussed in https://github.com/lowlighter/metrics/discussions/1148 Originally posted by **jayvdb** July 22, 2022 For the notable plugin, I set `debug: true` and `plugin_notable_types: commit, issue, pull_request`, and obviously have `indepth` enabled, and...
- [ ] Split codebase to make it more maintainable and customizable - [ ] Closes #873 - [ ] Factorize the way I/O is performed to avoid issues -...
### Discussed in https://github.com/lowlighter/metrics/discussions/1144 Originally posted by **revilowaldow** July 21, 2022 The habits plugin doesn’t seem to respect skipped repositories when generating facts. It’s thinking that I only use spaces...
Not sure where it was done in the plugin's code, but I remember that owned repo are excluded from notable plugin (because it was first intended to only display orgs...
Since chartist is unmaintained, it would be better to move towards d3 instead
Seems that it's possible to use `sponsorshipNewsletters` to get updates/news, could be nice to add a section to display them
A lot of users seems to report that their private repositories are not taken into account, even with a `repo` scope
Relates #531 and #603 - [ ] Add new option `plugin_languages_indepth_custom` to manually specify: - [ ] Repositories - [ ] Commits sha - [x] Instead of skipping unknown languages,...
### Discussed in https://github.com/lowlighter/metrics/discussions/1056 Change typing of `user`/`token` to allow multiple values: ```yml user: foo, bar token: | { "foo": ${{ secrets.FOO_TOKEN }}, "bar": ${{ secrets.BAR_TOKEN }} } ``` For...
### Discussed in https://github.com/lowlighter/metrics/discussions/869 Seems the languages plugin in `indepth` mode sometimes attempts to `readFile` cloned directory instead. Anyway the error is not properly caught since it's the main rejection...