CleanHit

Results 10 comments of CleanHit

@ptrthomas you're welcome. I see that there was a discussion about this behavior in this https://github.com/karatelabs/karate/issues/1721 issue. The reporter had the same problem as me with v1.1.0. If the intended...

@ptrthomas Thank you. I'll try to test it on my side as soon as the change will be part of some Gradle release candidate package.

@ptrthomas I'm closing this ticket as I've successfully tested it with `1.3.0.RC2`.

In my case it also involves `^^` and `^+` contain shortcuts as mentioned in the https://stackoverflow.com/questions/73077734/karate-contains-only-shortcut-fails-in-v1-2-0 question.

@ptrthomas OK, I'll open a new issue. I'm not familiar enough with the karate code to even know where to look for the related implementation.

@mono0926 I'm not a iOS developer but I see that you are extracting some library information [here](https://github.com/mono0926/LicensePlist/blob/12885167bb8f83f57a5b2b35c2b20ad363fa94d4/Sources/LicensePlistCore/Entity/CocoaPodsLicense.swift#L20). Doesn't the `CocoaPods API` supply a return value with the used license name...

@alandeguz Thanks, right now my code addressees this issue by replacing the `\n` or `\r\n` with `' '` and `\n\n` or `\r\n\r\n` with ` `.

> Fails when compiled with newer rand = "0.7.0" on the same example code. > error[E0599]: no method named `gen_bigint` found for type `rand::prelude::ThreadRng` in the current scope > -->...

This happens to me as well on 1.2.0 but not on every run. However, when it happens in my case, then always after using `* delay()` as an intermediate function...

@ptrthomas I've tried to use like that and it fails randomly. ``` And delay(5000) And screenshot() ``` I don't know if I'm just being lucky, but using the above doesn't...