Gino Valente
Gino Valente
I think one solution for the issues you're coming across is to do what `Typed` and `GetTypeRegistration` do: create an implied bound. For example, `Typed` is an implied requirement of...
> How to handle the last `std::any::type_name`s ? (see [stable reflect type name #5805 (comment)](https://github.com/bevyengine/bevy/pull/5805#issuecomment-1229188350)) I think for `TypeRegistry::register_type_data`, it makes sense to just include it as a bound. If...
I tried to mark this PR as closing #3327, but it didn't seem to take. Could you added a `Closes #3327` comment to the PR description?
> 2. Something like the register_all! macro is essential to reduce boilerplate, but it's syntax feels alien to me and it's hard to tell what's going on. Generating a named...
Having the same issue, except mine crashes in Dev Mode. Only Android and only if the LineChart is being rendered to the screen. Android Studio spits out this error: java.lang.ArrayIndexOutOfBoundsException...
> Any update on this? Unfortunately, there hasn't been much progress. While `@cart` has [suggested](https://discord.com/channels/691052431525675048/1002362493634629796/1090378384195993664) more of an openness to merging `FromReflect` into the derive for `Reflect`, I haven't taken...
Closing this out. See https://github.com/bevyengine/bevy/pull/6056#issuecomment-1575798530 for details.
> I updated this branch to be compatible with bevy 0.10 https://github.com/aprilwade/bevy_proto/commit/eb88fdd34a45b6c0f07593bc77e16ab633c3180f . I can open a PR to the reflection branch if that would be useful. @aprilwade I appreciate...
Closed as I’m currently working on a rewrite of this rewrite. I’m hoping to release something before the next Bevy Jam but we'll see how that goes 😅
This would be fixed as part of https://github.com/bevyengine/bevy/pull/6297 --- > Alternatively we an implement ignoring variants if we want that, but I don't know of a use case right now....