Results 144 comments of breandan

I added a dependency to the [`lwjgl-bom`](https://github.com/breandan/HelloImGui/blob/b59f9d088ba88bf5594ebe48fbc1932fed1be146/build.gradle.kts#L26) as you suggested and copied the contents of the [`gradle.properties`](https://github.com/kotlin-graphics/imgui/blob/b339be6257504479c93b9bcca52bf18af98b71f2/gradle.properties) file to fetch the `lwjglVersion`. Here are [the results](https://scans.gradle.com/s/xidwd4sexz7n6) of running `./gradlew build...

> I don't see `b340be6257` Ah sorry, my bad! I restored the `-SNAPSHOT` version and it now seems to build correctly, but cannot resolve `import imgui.ImGui`. I think there might...

We recently added support for [rendering](https://github.com/breandan/kaliningraph/blob/37fd475d3e8c8c10f623950f9353799238e27db0/src/commonMain/kotlin/ai/hypergraph/kaliningraph/types/Graph.kt#L173-L186) to Viz.js [directly](https://github.com/breandan/kaliningraph/blob/37fd475d3e8c8c10f623950f9353799238e27db0/src/jsMain/kotlin/Client.kt#L15), bypassing graphviz-java and Kweb. With Kotlin/JS, this was a lot simpler than I had originally anticipated. Now we just need to...

Gotcha, I see it was documented [here](https://github.com/Kotlin/kotlin-jupyter/blob/master/docs/libraries.md#creating-library-descriptor), guess I must have missed it. Since Kotlin/Jupyter [supports MPP projects](https://github.com/Kotlin/kotlin-jupyter/issues/148) I'll give that a try and let you know how it goes....

Good catch, it appears we are using SVG icons which are [only supported](https://www.jetbrains.org/intellij/sdk/docs/reference_guide/work_with_icons_and_images.html#image-formats) for `2018.2+`, so it will create issues on older platform versions. I think Hatchery will target `2019+`...

Good question! I'll look into this, probably there is a better way to offer inspections inside XML files.

For reference of a complete run configuration implementation, see the [Bash Support plugin](https://github.com/BashSupport/BashSupport/tree/master/src/com/ansorgit/plugins/bash/runner).

Yep, thanks for the suggestion! We’re working on it, should be available in the next release.

You need to create a bash script and add it as a run configuration. In the future, we may support this functionality if there is more demand, but currently all...

The `Hatchery` settings menu has been renamed to `ROS config`.