Thomas Schouten
Thomas Schouten
Thanks for reporting! This is a duplicate of #2565 and will be fixed in the next release.
Could you upload idea.log here? Help > Show log in explorer. Or if you still have the stacktrace in the notification, copy and paste the full thing (we truncated it...
The stacktrace was truncated by github, please upload idea.log (Help > Show log in explorer) or copy paste the full stacktrace from the error popup.
Okay great, thanks for letting me know!
I cannot reproduce this issue. For me, when I stop the Docker service, I can still execute commands like `docker image ls` fine, and the dialog will appear. Any command...
@hsz Yes, this issue is why we cannot use this for our plugin and we have to resort to committing all generated files to git.
Thanks for the suggestion! That looks pretty new, I've never heard of it. Of course we could 'integrate' it like we did with bibtex-tidy and how textidote is 'integrated' in...
Thanks for the suggestion, I don't think you have missed something, it makes sense to me. As a workaround you can set the environment variable globally of course (or maybe...
I can confirm that using `"schemaPath": "schema.json"` (and then fetching the schema) will not work but using ` "schemaPath": "schema.graphql"` (and re-fetching the schema) does work, with the GitHub api....
As a workaround you can use Duration instead, and format it as time of day on the axes manually. I posted an example here: https://stackoverflow.com/a/65937448/4126843