Matías Irland

Results 24 comments of Matías Irland

> . Was thinking if it's worth deprecating the old allowWhileIdle and having a new enum but I reckon it would cause more of a mess when it comes to...

I checked it, and if we do that we have to deprecate a lot of methods and the enum will have only two values (and they will not have more...

Hey, thanks for reviewing my pr! I see your point. Maybe it's a particular case. However, if I want to do that, I have to copy-paste the printer (because the...

@haarts , with this change we can create a custom printer like: ```dart class CustomPrettyPrinter extends PrettyPrinter { final List stacktraceFilters; CustomPrettyPrinter({ stackTraceBeginIndex = 0, methodCount = 2, errorMethodCount =...

I think it's a good idea. However, I have another proposal. In my opinion, the ttl should be defined in the ´StoreRequest´, it's the same idea of a fresh or...

@digitalbuddha it would be nice to have some feedback here. What do you think about the feature? what do you think about the proposed solutions? If you think that it's...

In my opinion, `Store` shouldn't persist the TTL. `Store` is a library that handles different sources and returns a simple response. But the TTL may not be related to the...

[The new MM will be merged into the main branch in coroutines 1.6.0](https://github.com/kotlin/kotlinx.coroutines/issues/462#issuecomment-911680792). As it's explained [in this issue](https://github.com/Kotlin/kotlinx.coroutines/issues/2914), [`isExperimentalMM`](https://github.com/JetBrains/kotlin/blob/master/kotlin-native/runtime/src/main/kotlin/kotlin/native/Platform.kt#L139) will be used to know if you can use multi-threading...

Yes, I think it should be tracked. However, right now Gong has not a special linter rule, so the lint.xml will be "empty". However, I will add it to remove...