Anton Lakotko

Results 8 comments of Anton Lakotko

As a workaround, it is possible to substitute a document via `DocumentLoader`.

It would be great to have possibility to use other JVM friendly languages as well. * Groovy * Jython * Kotlin Script * JARs with interface implementations * etc... What...

If Kotlin had type intersections already, `T & Any` would make sense. But it has not (yet ;)). And therefore for regular kotlin users this syntax would look obscure. So...

Remove HMPP flags please after https://github.com/Kotlin/kotlinx-cli/pull/83 is merged

Thank you very much for reporting this. It discovers an awful flaw in our dependency resolution mechanism. We are targeting a fix for this in 1.9.23

Got yesterday same issue. Because of that cant make 100% progress :( It seems that it was fixed before https://github.com/Kotlin/kotlin-koans/commit/888c9a17a9130f69aa96a3f85014305591c22127 when it was just a deprecation.

Hi, I got the same issue with `UnknownError: 'uninitialized constant Fluent::DynamoDBOutput::AWS'` And I have fixed it! The problem is that ruby cannot found AWS namespace, so we need to require...

We've done some research and I would like to share what we've found so far. And propose some actionable points on on how to avoid memory usage problems. ## Context...