Philipp Schneider

Results 18 comments of Philipp Schneider

The JVM parameter `--add-reads kotlin.stdlib=kotlinx.coroutines.core.jvm` should help with it.

For some reason IntelliJ ignores the applicationDefaultJvmArgs setting in some cases when running via gradle. (See https://youtrack.jetbrains.com/issue/KTIJ-18424) So running gradle run from intellij would fail, but "gradlew run" from the...

~~I think this was fixed in snap version 2.49 (released in February)~~ Edit: I misread a comment at launchpad.net. There were some changes in version 2.49 of snap but that...

I just discovered the bug (missing rocky hives) myself today. After looking around in the source code I found this Issue already reported just 4 hours ago. The bug however...

The rocky hive generation is bugged so currently rocky hives can never spawn. Marble Hives never spawn **if there is no Marble block** (oredict stoneMarble) in your modpack. (Vanilla Minecraft,...

If you know how to compile the mod yourself you can test it by adding the line `System.err.println("Generating Marble Hive at " + position.toString());` before or after [line 45 in...

`grafana/grafana:latest` (or `grafana/grafana-oss:latest`) should be working again.

I have multiple virtual directories in my webserver all pointing to the same BlissAdmin directory on the hard drive. My config.php has this block at the end (after defining all...

You might as well change the example in [README.md](https://github.com/mfuerstenau/gradle-buildconfig-plugin#buildconfig) accordingly.