Axel Ogereau Peltier
Axel Ogereau Peltier
Could you please tell if the problem also occurs if you use version `0.7.0` of this package?
I think this is related to flutter/flutter#27725. From what I've found it seems that the only possible workaround for you would be to display your dialogs using an `OverlayEntry`... But...
Hello @danielferromeral, I think you should find in the logs the paths of the files that the executable consider as badly formatted. Have you tried downloading the executable and running...
+1. Also, I think this is a duplicate of #22.
Re-opening this while the error message is not clarified.
Hello @damien-swarm, This action is a wrapper around [`google-java-format`](https://github.com/google/google-java-format) which is a JAR executable developed by Google. The action downloads it, executes it, and looks at the return code. If...
Here's an example showing how you can print the diff of every file modified by the action (I also added it in the README): ```yml name: Format on: [ push, ...
Hi, is the `json_output` set by this action what you're referring to?
I edited the code so that this action won't fail anymore on this error. The report will now be skipped if it cannot be posted. ~~This action will fail if...
Hello @vaind, you can still see the original raw JSON report in the logs, along with the values of the outputs. Is this what you want?  