Raphael Boidol
Raphael Boidol
Depending on whether you are willing to transport the plugin path together with the template name on the function, there is no need to create different loaders. `get_template` accepts a...
See also https://github.com/svg/svgo/issues/1680, https://github.com/svg/svgo/issues/1689 and notably https://github.com/svg/svgo/issues/1429 as it implies a node >=12
@aminya sorry I do not plan to maintain a package. You are more than welcome to use these changes :)
Unfortunately there still is an error with 3.25.0: ``` atlassian/rest_client.py", line 396, in raise_for_status j.get("errorMessages", list()) + [k + ": " + v for k, v in j.get("errors", dict()).items()] AttributeError:...
@gonchik this happens if I either get or provoke an error, the object looks like this: ``` {'errors': [{'context': None, 'message': '....', 'exceptionName': 'com.atlassian.bitbucket.pull.InvalidPullRequestTargetException'}]} ``` Minimal example - the server...
#519 will update the actions regularly using dependabot.
I have a project with this dependency (and not much else) where I had success with using the following in `package.json`: ``` "overrides": { "d3-array": "3", "d3-color": "3", "d3-fetch": "3",...
Ok, understood. Thanks for having a look and trying it out.
I could, though now it looks unnecessary, as the actions have been updated on `main` at this point. Therefore I am closing this PR.