mirageoasis

Results 39 comments of mirageoasis

think conflicting pr now resolves overflow issue I think job of this pr is to limit duration and retries from being negative

@aSemy thank to your PR duration overflow issue has been solved but I think `retries` and `duration` should not be negative since it can cause some error can you review...

> > @aSemy thank to your PR duration overflow issue has been solved but I think `retries` and `duration` should not be negative since it can cause some error can...

think it is now okay to merge can someone approve my change?

should I fix docs or leave docs cause my change and limitation is too obvious?

@Kantis Can you tell me why my test fails? is it my fault? or problem with configuration? when I see logs it says some kind of kotlin dependency

> Is this still an issue? Could you comment on it @mirageoasis? I'm willing to close this issue yes I am looking for solution but it seems I cannot find...

> Did you check @Kantis latest comment on the draft PR? oh there were some mistake in communicatino can you give me a month to solve this issue?

@Kantis well I finally understood what you have said ```kotlin actual fun isOrderedSet(item: Iterable) = item is LinkedHashSet || item is SortedSet || (item is Set && item.size