ColtonIdle

Results 90 comments of ColtonIdle

@Tapchicoma thanks. I thought I was going crazy.

@u-ways we moved to ktfmt. It's based off of googles java formatter and so it inherits any fixes from there, which makes for more frequent releases + a supported intellij...

I _think_ this may have been fixed? I updated to latest, removed the `indent_size = unset` rule and ktlint doesn't fail? I'm still somewhat ignorant to the issue (I encountered...

I could have sworn that they did release some compose stuff for stripe. in my case, i just built everything by hand.

I have a use case that I wanted to see if this would solve. I currently am consuming a StateFlow from a 3rd party library that is of type Person....

So I have two questions about that though. 1. What scope should I use? I want the original scope, etc of the existing StateFlow. Is there a way to tell...

> You have to provide some scope in which you'll be doing the computation That makes sense when put that way. Thanks > SharingStarted.Eagerly Great. I wasn't sure which one...

For anyone wondering. im going this route ```kotlin // The scope used here is the scope that is used for the mapping work fun StateFlow.map( coroutineScope : CoroutineScope, mapper :...

Hope they added more folks to your team to support the great work you all are doing! =)

Android Studio stable and canary runs natively on my m1 macbook.