Malte Jürgens
Malte Jürgens
Sure
As the comment in that PR already says, the pull request only fixed two links, but every java link in that repository is broken. So it would be great to...
You make a good point. The idea with the views sounds pretty good and also should be doable. I will probably add that once I have the time for it....
Nice idea but almost every repo handles tests in a different way, so it would be pretty hard to implement for every single repo.
Possibly because of ffmpeg v5, see https://github.com/jellyfin/jellyfin/issues/7355. Does your log contain something along the lines of `The JSON value could not be converted to System.Int32`?
Sounds great but somebody would have to implement it.
Alternatively SVGO could also be directly integrated into react-devicons.
Upon looking a bit further into it I think that [convertStyleToAttrs.js](https://github.com/svg/svgo/blob/main/plugins/convertStyleToAttrs.js) does something entirely different. It converts a single style attribute on one element to multiple independent attributes on the...
This is what we need: https://github.com/svg/svgo/blob/main/plugins/removeStyleElement.js But it just removes the style element entirely
I've gone ahead and added [removeStyleElement.js](https://github.com/svg/svgo/blob/main/plugins/removeStyleElement.js) to react-devicons: https://github.com/devicons/react-devicons/pull/14