Giuseppe Barbieri
Giuseppe Barbieri
Hi Ilya, I get this error when I clone:  and every kotlin file is full of errors: 
I'd like to replace the usage of crude shell commands with a nice library, and kohttp looks quite promising One example I'm testing against, it's from gradle kts `exec{}`: ```...
Kotlin 1.1 introduced this  I guess it'd be cool to integrate in the theme..
I developed a catolog setting plugin and after adding this in the consumer project I get an exception ### Expected Behavior There should be no exception ### Current Behavior >...
So, I'm getting some dilemmas right now and I'd like to hear some feedbacks I finally recently implemented inline classes into native pointer management in [kool](https://github.com/kotlin-graphics/kool/blob/master/src/main/kotlin/kool/pointers.kt) (I was eager to...
Hi, Let me first say this is an awesome project! Second, I'd like to know if it could be possible to change the assignment operator behaviour to avoid a new...
These are my dependencies in [`build.gradle.kts`](https://github.com/kotlin-graphics/assimp/blob/master/build.gradle.kts#L55-L56): ``` implementation("io.github.microutils:kotlin-logging:1.7.8") implementation("org.slf4j:slf4j-api:1.7.29") ``` Then in [`module-info.java`](https://github.com/kotlin-graphics/assimp/blob/master/src/main/java/module-info.java#L13): requires kotlin.logging; All the rest works fine with the Java modular approach However whenever I try to...
As titled, if I try to run the following  it will automatically run this: ` glm:jvmTest:cleanJvmTest glm:jvmTest:jvmTest --tests "glm.func.funcGeometric.test"` but it'll throw > Project 'glm' not...
Hi, super cool project! I need to define multiple `export`s like: ```bash export JAVA_OPTS='-Xms82G -Xmx82G -XX:+UseParallelGC' export EPISIM_SETUP='org.matsim.run.batch.DresdenCalibration' export EPISIM_PARAMS='org.matsim.run.batch.DresdenCalibration$Params' export EPISIM_INPUT='dresden' export EPISIM_OUTPUT='output-dresden' ``` I'd like another `::export` that...
Run File
whenever I click right button on a class with a `main` and then "Run File", the default mainClass will be run instead the selected one