Philipp Kief

Results 10 issues of 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: ![image](https://user-images.githubusercontent.com/12248527/194664931-d8b8d087-79cd-4185-8939-eb834d6b448a.png) Fixes #1707

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: ![image](https://github.com/material-extensions/material-icons-browser-extension/assets/12248527/9f41bbbd-118d-496a-af40-dcef27730192) @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...

enhancement

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...

docs

# 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....

icons

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...