James Warwood
James Warwood
It should be possible to support IE11, as IE11 supposedly supports getting the computed style of pseudo-elements. When I smoke-tested it in IE11 however, it didn't work (no errors were...
The main barrier to legacy support is FontAwesome's use of the pseudo `:before` element for specifying the unicode icon value in the `content` attribute. I think it might be possible...
### Runtime Node.js ### Runtime version v20.4 ### Module version 17 ### Used with standalone ### Any other relevant information _No response_ ### How can we help? Hi, struggling to...
## Summary As discussed a long time ago in https://github.com/gregberge/svgr/issues/716, this adds support for preserving original filename casing by adding a `keep` option to `--filename-case`. ## Test plan - Added...
This allows users to add reactions to an existing comment without having to provide a `message` input. At the moment, trying to do this will fail because the API call...
Hi, do you think there is any possibility for supporting variables when sourcing the comment from a file using the `filePath` option? eg putting "Artifact URL: ${{ steps.artifact-upload.outputs.artifact-url }}" in...