-
Hello and thanks for this repo.
I've been using it as a template for an app that I'm building.
I have a question about the refId, it work extremely well when you're creating every object yourself bu…
-
-
Example:
```kotlin
runBlocking {
try {
newSuspendedTransaction {
println("Try to insert...")
throw RuntimeException("Fail")
}
} catch (i: Exception) {
println("S…
-
```kotlin
@KustomExport
enum class E {
EnumValue;
companion object {
val static = 1
}
}
```
generates
```kotlin
@JsExport
public class E internal constructor(
…
-
DataFrame primary interface seems to be over-complicated. A lot of methods have only default implementations and could be moved to extensions. I propose to simplify it significantly like I've done [he…
-
For the OpenGL wrapper, I want to support all targets provided by Kotlin, although it is currently limited by the platforms supported by `kotlinx-io` which is used for raw memory handling.
The plan…
-
I'm new to data analysis and I started out with lets-plot for data visualization!
Basically I'm trying to find a way to add images in geomBar(), it could be an image on the bottom bar or even exten…
-
## CVE-2019-16943 - Critical Severity Vulnerability
Vulnerable Library - jackson-databind-2.9.8.jar
General data-binding functionality for Jackson: works on core streaming API
Library home page: htt…
-
## CVE-2019-16942 - Critical Severity Vulnerability
Vulnerable Library - jackson-databind-2.9.8.jar
General data-binding functionality for Jackson: works on core streaming API
Library home page: htt…
-
As of this writing there are 1,396 public types with 6,275 public methods available in Gradle’s public API to compile Java code against. Kotlin DSL and Groovy DSL each add some syntactic sugar on top …