Simon Schaufelberger

Results 227 comments of Simon Schaufelberger

This is exactly what I was looking for!

No, it's not yet implemented

I'm not talking about a support request but about a core feature of kimai which makes it much easier for plugin developers to add cronjobs without adjusting any crontab config.

I have the same problem. The default target branch is always "master" but my project's main branch is "main" so I always need to adjust that manually for every push....

@uwolfer The truth is: in the push dialog I see `main -> origin : main`. As soon as I click the "Push to Gerrit" checkbox, it changes to `refs/for/master` and...

@uwolfer I checked my `.git/config` and the IDE settings and couldn't find "master" anywhere. Could we make a remote debug session to find out the issue?

@uwolfer my git version is brand new (`git version 2.25.1`) and doesn't support `--set-upstream` anymore. Instead, I used `git branch --set-upstream-to=origin/main`. PhpStorm 2022.1.2 This is in my .git/config now: ```...

@uwolfer No, it's not correct. It should be "main" but indeed it is pre-filled with master and as I said, I have no glue where this comes from. ``` PhpStorm...

> clone the repo into a new location I've done exactly that, tried it with Phpstorm, same result. I then downloaded the plugin as well in Rider and there it's...

I have seen this documentation already but I'm always getting an error when I run the "runIde" action: `Forms instrumentation failed for /home/simon/Code/github/uwolfer/gerrit-intellij-plugin/src/main/java/com/urswolfer/intellij/plugin/gerrit/ui/LoginPanel.form: java.lang.RuntimeException: com.intellij.compiler.instrumentation.InstrumentationClassFinder$2: Class not found: javax.swing.JTextField` So...