David Vail

Results 12 comments of David Vail

FWIW I'm running into what looks like the same issue using a Kotlin `value class` running the following versions: Kotlin: 1.5.0-RC Jackson-module-kotlin: 2.11.3 Jackson-databind: 2.11.3 ```kotlin import com.fasterxml.jackson.module.kotlin.jacksonObjectMapper import com.fasterxml.jackson.module.kotlin.readValue...

Thanks for the tips! Unfortunately I was unable to get this working with either `DELEGATING` or `PROPERTIES`: ```kotlin @JvmInline value class MyInlineClass(private val i: Int) data class MyDataClass @JsonCreator(mode =...

I'm getting an almost identical issue when merging reports generated from Jest and puppeteer-to-istanbul via page.coverage.stopJSCoverage(). This occurs as described above in the `html` report as well as the `lcov`...

To add onto that I'm not using Typescript/JSX/Webpack, these are all native html imported JS files when being tested through puppeteer. On the Jest side though I am using `babel-jest`...

Is this something that the maintainers would still want merged in? We have similar use cases, both with S3Mock and using nginx as a reverse proxy, and the fix in...

ui-e2e test failures are unrelated to this change

Hi @VadimPlekhanov - are the users being added to the cluster nodes or to containers running within the cluster? If the users are being added to the cluster nodes, that...

Thanks for the update, we are tracking this internally and I'll notify the correct team. CC: @stackrox/core-workflows