Giuseppe Barbieri

Results 249 comments of Giuseppe Barbieri

A little hint (I still cant get this working though), `targets` in `kotlin { }` has to go after `sourceSets { }`

If I dont, I do get > KotlinSourceSet with name 'jvmBench' not found. // jsBenchmark in your (second) case

I went with ``` fun exports(vararg exports: Pair) = exports.map { export(it) } exports( "JAVA_OPTS" to "-Xms82G -Xmx82G -XX:+UseParallelGC", "EPISIM_SETUP" to "org.matsim.run.batch.DresdenCalibration", "EPISIM_PARAMS" to "org.matsim.run.batch.DresdenCalibration\$Params", "EPISIM_INPUT" to "dresden", "EPISIM_OUTPUT" to...

I've not been working on, since Where2Test almost fully took all my capacity, I'll refresh imgui and fix the conflicts

Could you provide some link where those values are exactly set?

We might generate a static random palette offline and fetch during runtime from that Or, we generate the palette at the start. If on `CI`, the palette will be always...

In progress [here](https://github.com/scenerygraphics/scenery/wiki/FAQ)

two questions remains basically yet to answer, but the rest is there

> 1. I'd actually like to keep the importing logic in Mesh, but probably move it to the companion object. Having a separate class just for importing doesn't seem to...

I wish I could help with coroutines, but I still haven't used them enough to be familiar with :/