Leonard Brünings

Results 269 comments of Leonard Brünings

`/usr/bin/php` is also not available anymore

@benknight What was the reason to mix python and php in the first place, what was python missing?

> At the moment, all Gerrit settings are application global (i.e. for all projects) used. This makes it impossible to use different Gerrit instances for different projects. I think it...

From #390: the plugin should display the review state, support filtering by review state to show only unreviewed files and allow to manually toggle the state.

This explains, why I couldn't get my tests working. Any timeline on this change? Is this also the reason why `debounceTime` doesn't seem to work. It only emits when the...

Also: Provide standalone formatter or API https://youtrack.jetbrains.com/issue/IDEABKL-7685

@szpak your comment relates to peters last comment on #203

The main problem is that Spock works via AST transformations and the combination of AST+Traits is unsupported by groovy as you can see in the section [Compatibility with AST transformations](http://docs.groovy-lang.org/docs/groovy-3.0.7/html/documentation/#_compatibility_with_ast_transformations)...

This might not be trivial, as you can't really decide at compile time, whether the method belongs to the delegate or the specification. ```groovy def "spec message"() { given: String...