Philipp Kief
Philipp Kief
for reference: https://docs.fileformat.com/programming/jrxml/#:~:text=JRXML%20file%20example-,What%20is%20a%20JRXML%20file%3F,charts%2C%20parameters%2C%20and%20variables.
Preview:  Fixes #1707
Fixes #1344
If the log monitor logs a new action, it will scroll down the list to the latest action automatically. I know this feature from the redux devtools and it is...
According to the logs the release of the extension to the edge store is not working properly:  @shivapoudel On the [edge addons page](https://microsoftedge.microsoft.com/addons/detail/material-icons-for-github/khckkdgomkcjjnpgjmdmbceiddlmiolb) I can see, that the current...
We already implement a logging output which can be enabled via setting. We should go through the code and make the logs more detailed and expose more technically critical information...
We should enhance the readme and add the information that customizations with custom icon SVG files are only working with the user settings. With other settings files this is not...
# Description Add lintstaged support Icon is based on lintstaged avatar: https://github.com/lint-staged ``` .lintstagedrc .lintstagedrc.json .lintstagedrc.yaml .lintstagedrc.yml .lintstagedrc.mjs lint-staged.config.mjs .lintstagedrc.cjs lint-staged.config.cjs lint-staged.config.js .lintstagedrc.js ``` Recreate #2246 Follow up of #2773....
Follow up of #247, resolves #246 This PR improves the configuration of the `hideAuthorEmail` flag to make it work correctly. Before the flag was not properly applied to the logic....
Enhances contributor attribution by adding a fallback mechanism that uses GitHub PR author information when email-to-username resolution fails. Resolves #116 ## Changes - Added `getPullRequestAuthorLogin()` function in `github.ts` to fetch...