Róbert Papp
Róbert Papp
@karolgil I think the compiler and detekt language versions don't have to match, because there are no new language features in 2.0, unless you're using the compiler plugin, which is...
I'm just starting to use Orbit, I came up with this, and it seems to do everything @dalewking is asking for: ```kotlin abstract class BaseViewModel( initialState: State ) : ViewModel(),...
Ah, I see. I think the above might work in that case too, there'll be always a way to reach the `intention` object, because otherwise the body of the `invoke`...
I was thinking of augmenting because there's a dependency between the merge type (e.g. squash) being on and the title/body setting. Although nothing preventing us from setting the body/title and...
@Mikhail2048 / @bjmi there are two PRs for this now.
@andrewparmet you can leave a suggestion as a review on a PR in context, more likely to get noticed when the PR is reviewed.
Huh, that makes sense, but it's still a false positive, right?
What is the rationale behind re-indenting hundreds of lines based only on a very few lines of class header? I guess that part of the answer is that it matches...
@wszczepaniak barking up the wrong tree, see the link in OP.
4 is up to you how you read it, it's just an expression, I meant @bonigarcia can't do much here until it's fixed upstream. I haven't considered 3 as a...