Louis CAD

Results 464 comments of Louis CAD

Thanks for the PR! Have you tried it locally?

Hello/Bonjour ! I have a plan to resolve this, but it's quite an undertaking, and since I'm the only "active" maintainer at the moment, don't expect it this year. However,...

Do you get the StackOverflow issue with our Maven Central published fork used with Kotlin 2.2.0? https://github.com/Infomaniak/realm-kotlin/releases/tag/3.2.8-2

Hi, I don't have near term plans to work on refreshVersions just yet. However, I have long term plans to make it more independent from Gradle, since it has been...

I think something changed in Kotlin 2.0 as to the url scheme for native distributions. I'm only redirecting to some place where the official artifacts for macOS are. @joffrey-bion Maybe...

Is the CLA really necessary for such a small scoped change?

@clementetb Done

You can say I'm biased, but I like it because it's concise and clear enough once you know what a coroutine dispatcher is. `withContext` is a lower-level construct, that can...

Some data: At the time of writing this, there are 364 public usages of `CoroutineDispatcher.invoke` on the public side of GitHub. https://github.com/search?q=%22import+kotlinx.coroutines.invoke%22&type=code Grep.app is only finding 23 results, for some...

It's interestingly more popular than this anti-pattern of replacing the `Job` (146 public usages, vs 364): https://github.com/search?q=%22withContext%28Job%22+language%3AKotlin&type=code&p=2&l=Kotlin