Jonathan Cornaz

Results 128 comments of Jonathan Cornaz

If we provided a way to create a Body from a `Mesh` (in 3d) or a bevy_prototype_lyon's polygon (in 2d), would that fullfill your use-case @faassen? Or would you still...

Maybe we could introduce a `Body::FromConvexPolygon` and `Body::FromConvexMesh` variants to `Body`. Probably behind appropriate feature flags. And it would create a collider that is the convex-hull of the polygon/mesh component...

Hi, Thank you very much for the contribution :-) Sadly, I decided to discontinue this project. This is a combination of multiple factors, including (but not limited to): * A...

After the first release on maven central comment here: https://issues.sonatype.org/browse/OSSRH-63974?focusedCommentId=1012402&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-1012402

To avoid clashes between the Java and Kotlin APIs, we should probably have dedicated generator modules (`generator-java-time` and `generator-kotlin-time` for example).

I label this as *good first issue* because the only required knowledge is setup of [Kotlin/Multiplatform](https://kotlinlang.org/docs/reference/multiplatform.html). Although it might not be especially easy to people who are new to Kotlin...

>Gnag is designed to make it easy to add checkers to your project without requiring much (or any) custom configuration. As such, it is not set up to handle cases...

> Currently you can type the of the name of an existing identifier which is not in scope and then IntelliJ will show you a context action to select which...

It is obviously not solved. (or the poblem came back) Look at versions `8.0.1` and `8.0.2` in standard-version's changelog: https://raw.githubusercontent.com/conventional-changelog/standard-version/91cd83c35145b733cd2407f106ebe43b5ce3edc5/CHANGELOG.md @stevemao Can you reopen the issue?

@tkrullmann (from [gradle-testset-plugin](https://github.com/unbroken-dome/gradle-testsets-plugin)) answered the following to my problem with Spek: > I tried your setup with Spek and it seems to me that Spek, unlike JUnit, scans the entire...