Eric Pabst

Results 18 comments of Eric Pabst

When I created an example.kt file with ```kotlin external open class ExpectedOverrides { fun equals(a: Any): Unit = definedExternally override fun hashCode(): Number = definedExternally override fun toString(): Unit =...

You mention "just for the sake of everything being compiled". I see it as CRITICAL that the output of ts2kt compile. If that is not the case, then the output...

I love that idea. Are there cases where we don't actually have access to know what type the variable is? How about this change be accepted for now since it...

Rebased and updated based on feedback.

Great catch! What do you think it should look like since nesting the comments won't compile?

@Schahen I've fixed the issue with losing the comments and improved them as you've suggested. The fix initially broke nullability, which I then fixed, including adding more tests. The fix...

This was an issue for @testing-library/react. See https://kotlinlang.slack.com/archives/C5ZTZ6ER0/p1596262406123900?thread_ts=1592559379.077800&cid=C5ZTZ6ER0

I wonder if Enzyme might be preferable to this. See https://github.com/JetBrains/kotlin-wrappers/issues/325

@Stephan202 @dependabot @greysteil, Because of your response to this, our organization is looking at using dependabot. Having this feature in dependabot would REALLY help.