ColtonIdle

Results 90 comments of ColtonIdle

@cortinico I guess the main workflow I'm trying to resolve is that I want to give my backend team full request/response of a bad network call. Sharing into slack doesn't...

I would still say that a simple text based export has a lot of value. Typically the iOS/android/web team all just show their request/response right in line in slack. It...

This is interesting. I really like keeping Chucker to just network traffic, but I guess one could argue that this is a form of network traffic. The same feature framework...

I'm still pretty bad at this whole java_home thing. I feel like it makes no sense. Sorry for being a noob. But I'm leaving this here in case anyone uses...

@JakeWharton I might be trivializing your ask/needs here (I think the option to choose to send or not makes sense as a feature), but want to play devils advocate here....

@JLLeitschuh does my snippet above look good to you? If so, I can create a PR for it.

@JLLeitschuh So if I want to use ktlint in my intellij project, it akes sense that I would have BOTH plugins? i.e. ``` apply plugin: "org.jlleitschuh.gradle.ktlint" apply plugin: "org.jlleitschuh.gradle.ktlint-idea" ```...

Aha. That's where my confusion came in. When I read the docs for `ktlintApplyToIdea` I thought that I could run that task with only `apply plugin: "org.jlleitschuh.gradle.ktlint"`, but it sounds...

Oh. So no need for me to apply two plugins? Only `apply plugin: "org.jlleitschuh.gradle.ktlint"`? Not too clear from the docs, but I can try this out and let you know...

@Tapchicoma oh wait? Shit. Really? This really sucks. I really want cmd + shift + L for my teammates to all do the same thing AND to adhere to ktlint....