zdevwu

Results 8 comments of zdevwu

@tasomaniac mockito can mock final classes now, see [this](https://github.com/mockito/mockito/wiki/What%27s-new-in-Mockito-2#unmockable)

you can try my commit to see if it works with your project?

[there you go](https://jitpack.io/#zdevwu/kotlin-testrunner)

@SachinCompton how is it going with the prototype?

I noticed the commend in [here](https://github.com/bufbuild/buf/blob/5a71edd087504a3392092ef9615bb75c8219df64/private/bufpkg/bufcheck/buflint/internal/buflintcheck/util.go#L34): ```go // We allow both effectively by not passing the option //return stringutil.ToLowerSnakeCase(s, stringutil.SnakeCaseWithNewWordOnDigits()) ``` would an option be introduced to enforce the rule...

@runxc1 did you manage to find out any solution?

Figured it out, you need to use `markRaw` or `shallowRef`, I created an attribute like this for `shallowRef` so it works better with typing system: ``` import { shallowRef, makeRaw...

@rodriguesgm , Hi, I'm struggling to get it to work, are you using OIE or classic engine? would you be able to share an example?