Bill Phillips

Results 4 issues of Bill Phillips

Our team has started using kotlin-coroutines-rx2 to incrementally migrate our codebase from RxJava2 to coroutines. In so doing, we encounter a lot of call sites like the following: ```kotlin disposables...

reactive

Run suspending calls within an optional `CoroutineDispatcher`, or `Dispatchers.Default` if none is provided. Our first call to any Retrofit method is blocked by the initialization of our `OkHttpClient` (a prerequisite...

Followup for #407: With newly landed fixes, the following example works correctly in `ParserEmulationProfile.MULTI_MARKDOWN`: ``` [![][moon]](/uri) [moon]: moon.jpg ``` yields: ``` ``` However, MultiMarkdown format image references with width and...

:steam_locomotive: workaround available

I'm sure there are concrete bugs related to what I'm going to describe. But there's a conceptual problem here, so.... here's a brain dump. Cancellations in flows are a conceptual...