Andreas Schrell
Andreas Schrell
Cool project! Regarding this issue missing image resolutions should be accepted dynamically by the viewer. I'd like to provide only one or two resolutions, or only the raw size of...
A workaround is to add the directory with the jet3st.properties file to the classpath in the gradle build script: ``` dependencies { classpath 'com.monochromeroad.gradle-plugins:gradle-aws-s3-sync:0.10', files('gradle') } ``` Problem is that...
Fresh install with ClamAV Package from Download Page on MacOS: Same error.
Workaround: Edit %USER_HOME%\AppData\Roaming\Zulip\config\domain.json and remove the wrong domain. This is a total show stopper for the users! Also happens on Mac. I think it can be changed under $HOME/Library/AppSupport/Zulip... Andreas
Hi, ich habe auch doppelte Ladungen in der CSV-Datei und in der GUI. Log etc. Betrifft die Ladungen am 8.2. Andreas [session-2023.02.csv](https://github.com/evcc-io/evcc/files/10710646/session-2023.02.csv) [trace1.log](https://github.com/evcc-io/evcc/files/10710640/trace1.log) PS: Die Kilomenterstände con Hyundai sind auch...
@andig wenn ich das Trace-Log vom richtigen Tag genommen hätte, hätten wir beide gesehen, dass da in der Tat ein Restart von evcc gewesen ist. Dann wäre das Problem aus...
And here is a stacktrace from IntelliJ. Is there any chance to get a correction or a hint? java.lang.RuntimeException: Cannot invoke (class=SaveActionManager, method=beforeAllDocumentsSaving, topic=FileDocumentManagerListener) at com.intellij.util.messages.impl.MessageBusImplKt.invokeListener(MessageBusImpl.kt:657) at com.intellij.util.messages.impl.MessageBusImplKt.executeOrAddToQueue(MessageBusImpl.kt:482) at com.intellij.util.messages.impl.ToDirectChildrenMessagePublisher.publish$intellij_platform_core(CompositeMessageBus.kt:263)...
We see the bugs on a root server with 12 CPUs without Docker. Ubuntu 22.04
I did see similar problems on iOS when taking photos during tracking. So yes, the geo app is in background, but taking a photo shifts the problem rate to about...
Adding my idea: ``` // in project directory for (p in ProjectManager.getInstance().openProjects) { for (r in ProjectRootManager.getInstance(p).contentRoots) { getPasswordFilePathFromConfig(r.path + "/ansible.cfg") ?.let { return r.path + "/" + it }...