Giuseppe Barbieri

Results 86 issues of Giuseppe Barbieri

Hi Ilya, I get this error when I clone: ![7](https://cloud.githubusercontent.com/assets/5020626/19229051/e0472378-8eca-11e6-9f75-4180c538d431.png) and every kotlin file is full of errors: ![8](https://cloud.githubusercontent.com/assets/5020626/19229096/37ab3d84-8ecb-11e6-851e-bd5e0a4202a1.png)

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 ![pasted image at 2016_10_19 08_11 pm](https://cloud.githubusercontent.com/assets/5020626/19554165/a99ed8e4-96b7-11e6-8c19-202b78fc69ca.png) 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 >...

a:bug
to-triage

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 ![Screenshot from 2021-12-16 18-13-57](https://user-images.githubusercontent.com/5020626/146417829-6b1b2931-a2ae-448b-b893-16f078ab982a.png) 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...

enhancement

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