Clément Renault

Results 172 issues of Clément Renault

Hey @djc, Thank you for this pretty good crate, unfortunaltely I tried it and I found a little problem, probably related to the recent migration/split of the derive crates. ```toml...

I am not sure if it is relevant in any way but the velocity of [a `KinematicPositionBased` rigid body](https://docs.rs/heron/latest/heron/enum.RigidBody.html) is told to be calculated automatically by the physics engine but...

bug
need-reproducer

I am currently using heron for [the Bevy Jam #1](https://itch.io/jam/bevy-jam-1) and other projects too, I like it a lot. But I am spawning some fast-moving entities in the world and...

enhancement
up-for-grabs

Hey, I was trying your library, it seems to be very complete, thank you. I am trying to find the biggest scale of a text to make it fill a...

question

Whoops, it seems like adding a little CI would help this project a lot 😄 You probably forget to add, commit and push the physics module from your local machine...

This fixes #2478 by changing the behavior of the task handler when there is an error in a batch of document addition or update. What changes is that when there...

There are some issues with the parsing errors regarding URL arguments, they are not returned as JSON objects but as single text. We found this when reviewing #2562. ![cannot parse...

enhancement
contribution accepted
error handler

One of the main pain points of using Meilisearch is that [we must export the engine's data in a dump](https://docs.meilisearch.com/learn/advanced/dumps.html) and import it back with the new engine. A dump...

milli
tech discussion
version upgrade

As a user I want the auto-batching feature to have the same behavior as if it wasn't enabled and the updates would have been processed one by one, the auto-batching...

enhancement

According to someone, We should reduce our usage of `dyn Trait`s, using them can have some impact on performances. We should make sure that we don't use `dyn Trait`s in...

maintenance
contribution accepted