François Mockers

Results 305 comments of François Mockers

You're right, for displaying, milliseconds makes a lot more sense. I was looking for the unit used when accessing timings from code, for that I found seconds

> Depending on what version the website uses, this may already be resolved. The website is using the last released version, 0.7 here

#4726 probably didn't fix this as it's an optional behaviour that is not enabled by default

issue is on the CSS of the website changing the size of the canvas, I opened https://github.com/bevyengine/bevy-website/pull/429 to change that

This error means that you already changed the state in this frame. The `overwrite_*` method is made to ignore ongoing transitions. Without more context, this seems to work exactly as...

If the `DefaultFont` resource has not been set, would it make sense to pick the first font available in `Assets` and only fail if there isn't one?

> Issue 2: vertical positioning Good ol' wavy text... https://github.com/bevyengine/bevy/issues/283, https://github.com/bevyengine/bevy/pull/725, https://github.com/bevyengine/bevy/pull/765

I could not reproduce, either using your code or trying a smaller example 😞

> Can you explain the differences between this approach and #4216 ? Well the biggest difference is that I hadn't seen it before... Other than that, that PR is very...

By adding a new `Border` component outside of the existing `Style` component, this border width won't be used for the layout and will overlap neighbour nodes