Rob Murdock
Rob Murdock
Kind of a lark, but I made this change to see if I could get this plugin to work with the kotlin multiplatform tests... and it worked! Figured it'd be...
At least they aren't in my case, which is also using the Kotlin DSL in a multiproject context. Is this intended to be currently supported? Or is it a new...
I just noticed a weird thing when I run karma with grunt as part of a larger build. After the karma task completes and moves on to subsequent grunt tasks,...
For your consideration - the simplest thing possible to make this lib work with the current kotlin wrappers.
🚨 **IMPORTANT: Please do not create a Pull Request without creating an issue first.** _Any change needs to be discussed before proceeding. Failure to do so may result in the...
**Is your feature request related to a problem? Please describe.** For people who want to use the Kotlin codegeneration and also use Kotlin serialization, annotations need to be used. As...
It looks like some features aren't working correctly after updating to the later versions of wdio. Might be good to take another swing at it, if this is still being...
When this module is used as a dependency in a project that uses the setting "compilerOptions { target = "es2015" }", suddenly environment variables aren't available to the application via...
In some scenarios (apparently not all), resolving a typealias will include extra generic information. `typealias ReloadFunc = ()->Unit` will in some scenarios appear as `ReloadFunc`, but in others will appear...