Nicklas Ansman

Results 131 comments of Nicklas Ansman

Here is a complete example. Run it and see the output in logcat. [Coroutinesbug.zip](https://github.com/Kotlin/kotlinx.coroutines/files/14195972/Coroutinesbug.zip)

@dkhalanskyjb Can you remove the "waiting for clarification" label so it doesn't get auto closed?

Here is another use case: ```kotlin val manualReload = ConflatedBroadcastChannel().also { it.offer(Unit } val accessTokenFlow = ... val stateFlow = accessTokenFlow.combineLatestTransform(manualReload.asFlow()) { accessToken, _ -> if (accessToken == null) {...

@tyrsius Yes, an implementation is being discussed and implemented in #135

Good idea, will add to the backlog

Thanks, I'll take a look at this later.

I'll consider adding an attribute key mapper.

There is no such feature today I'm afraid. You'd have to do this manually. I'll consider implementing a way of this but it sounds like a specialised use case.

You could just override `validate.prettify` and do what ever aliasing you want there.

Sorry, I have very little time for this library and since I'm not working as a web developer any more it my knowledge is a bit outdated. The presence validator...