Alexander Kriegisch

Results 54 issues of Alexander Kriegisch

Affected website: https://webmail.all-inkl.com (my ISP provider's web mailer) I highlighted the problematic areas in blue: ![image](https://user-images.githubusercontent.com/1537384/132820619-173c2a1f-85bf-4548-8757-8f8264352d17.png)

_This is a follow-up issue for #404, as requested by @uwolfer._ When working on a local branch that has a name different from the branch name I want to push...

enhancement

_This is a follow-up issue for #404, as requested by @uwolfer._ When working with multiple remotes, the push dialogue defaults to `origin`, even if the Gerrit server's remote is something...

enhancement

I set up a Gerrit account and an HTTP password. Occasionally, e.g. everytime after an IDEA update, the plugin forgets the password and only shows Error messages: > Failed to...

question

_This is a follow-up issue for #404, as requested by @uwolfer._ The "topic" input field permits to enter values containing spaces, but then later the plugin fails to create correct...

bug

Lately I am seeing compile errors with my Spock/Geb classes when overriding methods like `setup()` or `cleanup()` across three levels of class hierarchy: ``` cannot override setup() ... attempting to...

bug

Hi Rafael. I found several similar issues, maybe this is related to #813, but I am not sure. I did not want to hijack a long closed issue, asking there....

question

Situation: I am writing a generic advice which works fine for all kinds of methods, even decorating already loaded JRE classes work fine. Now I want to extend it from...

enhancement

This is loosely related to #857 because it could help improve the semantics of constructor enter/exit advices, too, making them functionally equal to method advices by permitting the user to...

enhancement

### Describe the bug In order write [this Stack Overflow answer](https://stackoverflow.com/a/71633157/1082681), I implemented a test demonstrating data pipes. It works nicely on Spock 1.3. Then I copied it into GWC,...

bug